* Make some more messages '*-summary' customizeable through Special:Allmessages or...
[lhc/web/wiklou.git] / maintenance / parserTestsParserTime.php
index 727c4dc..705f9ce 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 if ( ! defined( 'MEDIAWIKI' ) )
-       die();
+       die( -1 );
 /**
  * A basic extension that's used by the parser tests to test date magic words
  *
@@ -23,3 +23,4 @@ function wfParserTimeSetup( &$parser, &$ts ) {
        
        return true;
 }
+?>