Followup r56684: Add new message 'createaccounterror' for errors on account creation...
[lhc/web/wiklou.git] / maintenance / preprocessorFuzzTest.php
index 34960e0..008a4b4 100644 (file)
@@ -4,7 +4,7 @@
  * @ingroup Maintenance
  */
 
-require_once( dirname( __FILE__ ). '/../maintenance/commandLine.inc' );
+require_once( dirname(__FILE__) . '/commandLine.inc' );
 
 $wgHooks['BeforeParserFetchTemplateAndtitle'][] = 'PPFuzzTester::templateHook';