Skip to content

Commit 2f85371

Browse files
committed
Need to global context to be usable
1 parent a48c9f5 commit 2f85371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/multiple-results.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
$r = 0;
114114
function phpGrep($q, $path, $base) {
115115
$fp = opendir($path);
116-
global $r, $ICEcoder, $serverType, $selectedFiles;
116+
global $r, $ICEcoder, $serverType, $selectedFiles, $context;
117117
if (!isset($ret)) {$ret="";};
118118
$slash = $serverType == strpos($path,"\\")>-1 ? "\\" : "/";
119119
while($f = readdir($fp)) {

0 commit comments

Comments
 (0)