Allow installing and running the wiki on a server where ini_set has been
[lhc/web/wiklou.git] / includes / Parser.php
index 54a6528..9efab38 100644 (file)
@@ -3,7 +3,7 @@
 require_once('Tokenizer.php');
 
 if( $GLOBALS['wgUseWikiHiero'] ){
-       require_once('wikihiero.php');
+       require_once('extensions/wikihiero/wikihiero.php');
 }
 if( $GLOBALS['wgUseTimeline'] ){
        require_once('extensions/timeline/Timeline.php');