From 9a21633faac79f2cd8ee33b1226050fe5f7a13b8 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 30 Nov 2011 20:03:34 +0000 Subject: [PATCH] Add RefreshLinks class to the AutoLoader, I'll need it for my cleanup script for bug 31576 --- includes/AutoLoader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 76ffae61f7..908c8fdd35 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -873,6 +873,7 @@ $wgAutoloadLocalClasses = array( 'PopulateParentId' => 'maintenance/populateParentId.php', 'PopulateRevisionLength' => 'maintenance/populateRevisionLength.php', 'PopulateRevisionSha1' => 'maintenance/populateRevisionSha1.php', + 'RefreshLinks' => 'maintenance/refreshLinks.php', 'SevenZipStream' => 'maintenance/7zip.inc', 'Sqlite' => 'maintenance/sqlite.inc', 'UpdateCollation' => 'maintenance/updateCollation.php', -- 2.20.1