From: Jeroen De Dauw Date: Thu, 9 Dec 2010 09:31:59 +0000 (+0000) Subject: Follow up to r77883 X-Git-Tag: 1.31.0-rc.0~33422 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=2e5e2db4918ad36757aa5dc775c99486d9bd2f94;p=lhc%2Fweb%2Fwiklou.git Follow up to r77883 --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 26c63aa067..9f693807e1 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -57,7 +57,6 @@ $wgAutoloadLocalClasses = array( 'DBABagOStuff' => 'includes/BagOStuff.php', 'DependencyWrapper' => 'includes/CacheDependency.php', 'DiffHistoryBlob' => 'includes/HistoryBlob.php', - 'DistributionRepository' => 'includes/DistributionRepository.php', 'DjVuImage' => 'includes/DjVuImage.php', 'DoubleReplacer' => 'includes/StringUtils.php', 'DublinCoreRdf' => 'includes/Metadata.php', @@ -172,7 +171,6 @@ $wgAutoloadLocalClasses = array( 'MWNamespace' => 'includes/Namespace.php', 'OldChangesList' => 'includes/ChangesList.php', 'OutputPage' => 'includes/OutputPage.php', - 'PackageRepository' => 'includes/PackageRepository.php', 'PageQueryPage' => 'includes/PageQueryPage.php', 'PageHistory' => 'includes/HistoryPage.php', 'PageHistoryPager' => 'includes/HistoryPage.php',