Fix Database IDEA warnings about callable parameters
[lhc/web/wiklou.git] / maintenance / update.php
index 43b10c8..b96e7eb 100755 (executable)
@@ -25,7 +25,6 @@
  * @ingroup Maintenance
  */
 
-$wgUseMasterForMaintenance = true;
 require_once __DIR__ . '/Maintenance.php';
 
 /**