aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/convertLinks.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/convertLinks.php')
-rw-r--r--maintenance/convertLinks.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/maintenance/convertLinks.php b/maintenance/convertLinks.php
index 62b41eb630ec..3511e407d5ce 100644
--- a/maintenance/convertLinks.php
+++ b/maintenance/convertLinks.php
@@ -3,8 +3,6 @@
# The wiki should be put into read-only mode while this script executes
require_once( "commandLine.inc" );
-# the below should probably be moved into commandLine.inc at some point
-require_once( "../AdminSettings.php" );
require_once( "convertLinks.inc" );
convertLinks();