From f82914207dca4a4f36404ac371610421cfb52d93 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 5 Sep 2014 22:36:01 +0100 Subject: [PATCH] $t needed in function to display text --- lib/multiple-results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/multiple-results.php b/lib/multiple-results.php index 21f8015..fe63efd 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -117,7 +117,7 @@ if (startTab!=top.ICEcoder.selectedTab) { $r = 0; function phpGrep($q, $path, $base) { $fp = opendir($path); - global $r, $ICEcoder, $serverType, $selectedFiles, $docRoot, $ICEcoderDir, $context; + global $t, $r, $ICEcoder, $serverType, $selectedFiles, $docRoot, $ICEcoderDir, $context; if (!isset($ret)) {$ret="";}; $slash = $serverType == strpos($path,"\\")>-1 ? "\\" : "/"; while($f = readdir($fp)) {