* Added wfDie() wrapper, and some manual die(-1), to force the return code
[lhc/web/wiklou.git] / maintenance / langmemusage.php
index b9c26ca..d45de0e 100644 (file)
@@ -11,7 +11,7 @@ require_once('languages.inc');
 $langtool = new languages();
 
 if ( ! function_exists( 'memory_get_usage' ) )
-       die( "You must compile PHP with --enable-memory-limit\n" );
+       wfDie( "You must compile PHP with --enable-memory-limit\n" );
 
 $memlast = $memstart = memory_get_usage();