* Added wfDie() wrapper, and some manual die(-1), to force the return code
[lhc/web/wiklou.git] / skins / Chick.php
index e56a17b..d5a4a08 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 if( !defined( 'MEDIAWIKI' ) )
-       die();
+       die( -1 );
 
 /** */
 require_once('MonoBook.php');