]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - maintenance/findhooks.php
MediaWiki 1.15.0
[autoinstallsdev/mediawiki.git] / maintenance / findhooks.php
index d7cad253c642705af042f5e444188e157ffe1cab..64fe9a549bba0eb3fb81cf58cddae5ecc095d36e 100644 (file)
@@ -21,8 +21,7 @@
  */
 
 /** This is a command line script*/
-include('commandLine.inc');
-
+require('commandLine.inc');
 # GLOBALS
 
 $doc = $IP . '/docs/hooks.txt';
@@ -156,4 +155,4 @@ printArray('not found', $deprecated );
 printArray('unclear hook calls', $bad );
  
 if ( count( $todo ) == 0 && count( $deprecated ) == 0 && count( $bad ) == 0 ) 
-       echo "Looks good!\n";
\ No newline at end of file
+       echo "Looks good!\n";