Shut up build script about not having LocalSettings. You dont actually need it for...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 1 Sep 2011 14:09:50 +0000 (14:09 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 1 Sep 2011 14:09:50 +0000 (14:09 +0000)
maintenance/hiphop/make

index e792e08..2bb9951 100755 (executable)
@@ -1,9 +1,12 @@
 #!/usr/bin/hphpi -f 
 <?php
 
+define( 'MW_CONFIG_CALLBACK', 'MakeHipHop::noConfigNeeded' );
 require( dirname( __FILE__ ) . '/../Maintenance.php' );
 
 class MakeHipHop extends Maintenance {
+       function noConfigNeeded() {}
+
        function execute() {
                global $wgHipHopBuildDirectory;