Now it is straightforward to fix bug 89, subst: template parameters.
[lhc/web/wiklou.git] / includes / ParserCache.php
index 8634a3b..23349a8 100644 (file)
@@ -1,5 +1,13 @@
 <?php
+/**
+ *
+ * @package MediaWiki
+ */
 
+/**
+ *
+ * @package MediaWiki
+ */
 class ParserCache
 {
        function getKey( &$article, &$user ) {
@@ -12,7 +20,7 @@ class ParserCache
        
        function get( &$article, &$user ) {
                global $wgMemc, $wgCacheEpoch;
-               $fname = "ParserCache::get";
+               $fname = 'ParserCache::get';
                wfProfileIn( $fname );
 
                $hash = $user->getPageRenderingHash();