http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97735

Revision: 97735
Author:   demon
Date:     2011-09-21 14:29:26 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
Partial revert r97576, update.php should be disabled in wmf branch

Modified Paths:
--------------
    branches/wmf/1.17wmf1/maintenance/update.php

Modified: branches/wmf/1.17wmf1/maintenance/update.php
===================================================================
--- branches/wmf/1.17wmf1/maintenance/update.php        2011-09-21 14:05:50 UTC 
(rev 97734)
+++ branches/wmf/1.17wmf1/maintenance/update.php        2011-09-21 14:29:26 UTC 
(rev 97735)
@@ -19,8 +19,8 @@
 /**
  * update.php is verboten on WMF cluster. It's *not* how you do schema updates
  */
-#die( "Do not run update.php on the cluster. If you're seeing this you should
-#probably ask for some help in performing your schema changes.\n" );
+die( "Do not run update.php on the cluster. If you're seeing this you should
+probably ask for some help in performing your schema changes.\n" );
 
 $wgUseMasterForMaintenance = true;
 require_once( dirname( __FILE__ ) . '/Maintenance.php' );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to