Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into Wikidata
[lhc/web/wiklou.git] / includes / AutoLoader.php
index af0e96e..ab48881 100644 (file)
@@ -282,6 +282,7 @@ $wgAutoloadLocalClasses = array(
 
     # content handler
     'Content' => 'includes/Content.php',
+    'AbstractContent' => 'includes/Content.php',
     'ContentHandler' => 'includes/ContentHandler.php',
     'CssContent' => 'includes/Content.php',
     'CssContentHandler' => 'includes/ContentHandler.php',