summaryrefslogtreecommitdiff
path: root/inc/parserutils.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r--inc/parserutils.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parserutils.php b/inc/parserutils.php
index 9f5473d47..f182b84c4 100644
--- a/inc/parserutils.php
+++ b/inc/parserutils.php
@@ -206,7 +206,6 @@ function p_cached_output($file, $format='xhtml', $id='') {
* @author Andreas Gohr <andi@splitbrain.org>
*/
function p_cached_instructions($file,$cacheonly=false,$id='') {
- global $conf;
static $run = null;
if(is_null($run)) $run = array();