From 05e291393110970db35fd1059e4fd92f3f01a5d4 Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Sun, 14 Oct 2012 22:42:54 +0100 Subject: [PATCH] includes/ContentHandler.php does not exist, it's includes/content/ContentHandler.php Change-Id: Ib3fef967913546ce2ae5de8ae4bc93fa40f4c146 --- includes/AutoLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1