From 7976d760412d97f94cebed53c29e594f557c9442 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 16 Apr 2011 11:09:20 +0000 Subject: [PATCH] Fix autoloader from r86175 --- includes/AutoLoader.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 840a25844a..1e384fa7aa 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -596,11 +596,11 @@ $wgAutoloadLocalClasses = array( 'MWTidy' => 'includes/parser/Tidy.php', # includes/profiler - 'Profiler' => 'includes/Profiler.php', - 'ProfilerSimple' => 'includes/ProfilerSimple.php', - 'ProfilerSimpleText' => 'includes/ProfilerSimpleText.php', - 'ProfilerSimpleUDP' => 'includes/ProfilerSimpleUDP.php', - 'ProfilerStub' => 'includes/ProfilerStub.php', + 'Profiler' => 'includes/profiler/Profiler.php', + 'ProfilerSimple' => 'includes/profiler/ProfilerSimple.php', + 'ProfilerSimpleText' => 'includes/profiler/ProfilerSimpleText.php', + 'ProfilerSimpleUDP' => 'includes/profiler/ProfilerSimpleUDP.php', + 'ProfilerStub' => 'includes/profiler/ProfilerStub.php', # includes/search 'MySQLSearchResultSet' => 'includes/search/SearchMySQL.php', -- 2.20.1