X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FwaitForSlave.php;h=a62d1618efed57bc0b6dd87fadb5cecf443bb8fe;hb=e8ad2c7e180bf77d300b68607f4b2d1cfc0f67c3;hp=df83928b3fd80c3cad70d0e6e7abe98f64b8605a;hpb=b2d0f8a8dc43be63b2bc888006f8a0d9d2d257d6;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/waitForSlave.php b/maintenance/waitForSlave.php index df83928b3f..a62d1618ef 100644 --- a/maintenance/waitForSlave.php +++ b/maintenance/waitForSlave.php @@ -22,7 +22,7 @@ * @see wfWaitForSlaves() */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to wait until slave lag goes under a certain value. @@ -40,4 +40,4 @@ class WaitForSlave extends Maintenance { } $maintClass = "WaitForSlave"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;