From: Alexandre Emsenhuber Date: Mon, 18 Aug 2008 19:37:44 +0000 (+0000) Subject: *stab* forgot to commit that file X-Git-Tag: 1.31.0-rc.0~45821 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=33e195da5e3fdf5af1d251bfabcea7b343404f95;p=lhc%2Fweb%2Fwiklou.git *stab* forgot to commit that file --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index f604d668b4..fafa258e61 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -31,6 +31,8 @@ $wgAutoloadLocalClasses = array( 'ChannelFeed' => 'includes/Feed.php', 'ConcatenatedGzipHistoryBlob' => 'includes/HistoryBlob.php', 'ConstantDependency' => 'includes/CacheDependency.php', + 'CreativeCommonsRdf' => 'includes/Metadata.php', + 'Credits' => 'includes/Credits.php', 'DBABagOStuff' => 'includes/BagOStuff.php', 'DelegatingContentHandler' => 'includes/HTMLDiff.php', 'DependencyWrapper' => 'includes/CacheDependency.php', @@ -46,6 +48,7 @@ $wgAutoloadLocalClasses = array( 'DjVuImage' => 'includes/DjVuImage.php', 'DoubleReplacer' => 'includes/StringUtils.php', 'DoubleRedirectJob' => 'includes/DoubleRedirectJob.php', + 'DublinCoreRdf' => 'includes/Metadata.php', 'Dump7ZipOutput' => 'includes/Export.php', 'DumpBZip2Output' => 'includes/Export.php', 'DumpFileOutput' => 'includes/Export.php', @@ -157,6 +160,7 @@ $wgAutoloadLocalClasses = array( 'RangeDifference' => 'includes/Diff.php', 'RawPage' => 'includes/RawPage.php', 'RCCacheEntry' => 'includes/ChangesList.php', + 'RdfMetaData' => 'includes/Metadata.php', 'RecentChange' => 'includes/RecentChange.php', 'RefreshLinksJob' => 'includes/RefreshLinksJob.php', 'RegexlikeReplacer' => 'includes/StringUtils.php',