* Die gracefully if php has not been compiled with --enable-memory-limit
[lhc/web/wiklou.git] / maintenance / checktrans.php
index 76e63aa..ebab4c7 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 /** */
-require_once("commandLine.inc");
+require_once('commandLine.inc');
 
 if ( 'en' == $wgLanguageCode ) {
        print "Current selected language is English. Cannot check translations.\n";
@@ -27,4 +27,4 @@ foreach ( $wgAllMessagesEn as $code => $msg ) {
 }
 
 print "{$count} messages of {$total} not translated.\n";
-?>
\ No newline at end of file
+?>