From: Alex Monk Date: Sun, 14 Oct 2012 21:42:54 +0000 (+0100) Subject: includes/ContentHandler.php does not exist, it's includes/content/ContentHandler.php X-Git-Tag: 1.31.0-rc.0~22028^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=05e291393110970db35fd1059e4fd92f3f01a5d4;p=lhc%2Fweb%2Fwiklou.git includes/ContentHandler.php does not exist, it's includes/content/ContentHandler.php Change-Id: Ib3fef967913546ce2ae5de8ae4bc93fa40f4c146 --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 0e310e2ef7..1bb740a684 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -301,7 +301,7 @@ $wgAutoloadLocalClasses = array( 'MessageContent' => 'includes/content/MessageContent.php', 'TextContentHandler' => 'includes/content/ContentHandler.php', 'TextContent' => 'includes/content/TextContent.php', - 'WikitextContentHandler' => 'includes/ContentHandler.php', + 'WikitextContentHandler' => 'includes/content/ContentHandler.php', 'WikitextContent' => 'includes/content/WikitextContent.php', # includes/actions