summaryrefslogtreecommitdiff
path: root/maintenance/fixDoubleRedirects.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/fixDoubleRedirects.php')
-rw-r--r--maintenance/fixDoubleRedirects.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/fixDoubleRedirects.php b/maintenance/fixDoubleRedirects.php
index 19b97777..523be7ef 100644
--- a/maintenance/fixDoubleRedirects.php
+++ b/maintenance/fixDoubleRedirects.php
@@ -25,7 +25,7 @@
* @ingroup Maintenance
*/
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
/**
* Maintenance script that fixes double redirects.
@@ -134,4 +134,4 @@ class FixDoubleRedirects extends Maintenance {
}
$maintClass = "FixDoubleRedirects";
-require_once( RUN_MAINTENANCE_IF_MAIN );
+require_once RUN_MAINTENANCE_IF_MAIN;