summaryrefslogtreecommitdiff
path: root/maintenance/checkBadRedirects.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/checkBadRedirects.php')
-rw-r--r--maintenance/checkBadRedirects.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/checkBadRedirects.php b/maintenance/checkBadRedirects.php
index 4ba7e66b..a96e9b80 100644
--- a/maintenance/checkBadRedirects.php
+++ b/maintenance/checkBadRedirects.php
@@ -21,7 +21,7 @@
* @ingroup Maintenance
*/
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
/**
* Maintenance script to check that pages marked as being redirects really are.
@@ -61,4 +61,4 @@ class CheckBadRedirects extends Maintenance {
}
$maintClass = "CheckBadRedirects";
-require_once( RUN_MAINTENANCE_IF_MAIN );
+require_once RUN_MAINTENANCE_IF_MAIN;