diff options
Diffstat (limited to 'maintenance/moveBatch.php')
-rw-r--r-- | maintenance/moveBatch.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/moveBatch.php b/maintenance/moveBatch.php index 7d15959c..34e64282 100644 --- a/maintenance/moveBatch.php +++ b/maintenance/moveBatch.php @@ -34,7 +34,7 @@ * e.g. immobile_namespace for namespaces which can't be moved */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to move a batch of pages. @@ -116,4 +116,4 @@ class MoveBatch extends Maintenance { } $maintClass = "MoveBatch"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN; |