removing unused globals and some whitespace cleaning
[lhc/web/wiklou.git] / includes / ParserCache.php
index aa3194e..d9a7c84 100644 (file)
@@ -93,7 +93,7 @@ class ParserCache {
        }
 
        function save( $parserOutput, &$article, &$user ){
-                global $wgParserCacheExpireTime;
+               global $wgParserCacheExpireTime;
                $key = $this->getKey( $article, $user );
                $now = wfTimestampNow();
                $parserOutput->setCacheTime( $now );