Skip to content

Commit f829142

Browse files
committed
$t needed in function to display text
1 parent 9418010 commit f829142

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
@@ -117,7 +117,7 @@
117117
$r = 0;
118118
function phpGrep($q, $path, $base) {
119119
$fp = opendir($path);
120-
global $r, $ICEcoder, $serverType, $selectedFiles, $docRoot, $ICEcoderDir, $context;
120+
global $t, $r, $ICEcoder, $serverType, $selectedFiles, $docRoot, $ICEcoderDir, $context;
121121
if (!isset($ret)) {$ret="";};
122122
$slash = $serverType == strpos($path,"\\")>-1 ? "\\" : "/";
123123
while($f = readdir($fp)) {

0 commit comments

Comments
 (0)