diff --git a/autoload.php b/autoload.php index 610c48abb..6d636c624 100644 --- a/autoload.php +++ b/autoload.php @@ -48,10 +48,10 @@ $wgAutoloadClasses += array( 'EchoEventMapperTest' => __DIR__ . '/tests/phpunit/mapper/EventMapperTest.php', 'EchoEventPresentationModel' => __DIR__ . '/includes/formatters/EventPresentationModel.php', 'EchoExecuteFirstArgumentStub' => __DIR__ . '/tests/phpunit/mapper/NotificationMapperTest.php', - 'EchoForeignPresentationModel' => __DIR__ . '/includes/formatters/EchoForeignPresentationModel.php', 'EchoFilteredSequentialIterator' => __DIR__ . '/includes/iterator/FilteredSequentialIterator.php', - 'EchoForeignNotifications' => __DIR__ . '/includes/ForeignNotifications.php', 'EchoFlyoutFormatter' => __DIR__ . '/includes/formatters/EchoFlyoutFormatter.php', + 'EchoForeignNotifications' => __DIR__ . '/includes/ForeignNotifications.php', + 'EchoForeignPresentationModel' => __DIR__ . '/includes/formatters/EchoForeignPresentationModel.php', 'EchoHTMLEmailDecorator' => __DIR__ . '/includes/EmailFormatter.php', 'EchoHTMLEmailFormatter' => __DIR__ . '/includes/EmailFormatter.php', 'EchoHooks' => __DIR__ . '/Hooks.php',