Index: branches/wmf/1.17wmf1/maintenance/update.php |
— | — | @@ -19,8 +19,8 @@ |
20 | 20 | /** |
21 | 21 | * update.php is verboten on WMF cluster. It's *not* how you do schema updates |
22 | 22 | */ |
23 | | -#die( "Do not run update.php on the cluster. If you're seeing this you should |
24 | | -#probably ask for some help in performing your schema changes.\n" ); |
| 23 | +die( "Do not run update.php on the cluster. If you're seeing this you should |
| 24 | +probably ask for some help in performing your schema changes.\n" ); |
25 | 25 | |
26 | 26 | $wgUseMasterForMaintenance = true; |
27 | 27 | require_once( dirname( __FILE__ ) . '/Maintenance.php' ); |