Fix dependence on hardcoded UNIQ_PREFIX.
[lhc/web/wiklou.git] / includes / Parser.php
index 97b18c6..00d2d4e 100644 (file)
@@ -157,6 +157,15 @@ class Parser
                wfRunHooks( 'ParserClearState', array( &$this ) );
        }
 
+       /**
+        * Accessor for mUniqPrefix.
+        *
+        * @access public
+        */
+       function UniqPrefix() {
+               return $this->mUniqPrefix;
+       }
+
        /**
         * Convert wikitext to HTML
         * Do not call this function recursively.