diff --git a/lib/multiple-results.php b/lib/multiple-results.php index 218b5ec..c891eb7 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -113,7 +113,7 @@ if (startTab!=top.ICEcoder.selectedTab) { $r = 0; function phpGrep($q, $path, $base) { $fp = opendir($path); - global $r, $ICEcoder, $serverType, $selectedFiles; + global $r, $ICEcoder, $serverType, $selectedFiles, $context; if (!isset($ret)) {$ret="";}; $slash = $serverType == strpos($path,"\\")>-1 ? "\\" : "/"; while($f = readdir($fp)) {