From 59f93398a5f2ce12a199cd21ff4e9b7eed9db7a4 Mon Sep 17 00:00:00 2001 From: Ian Baker Date: Thu, 22 Dec 2011 00:11:38 +0000 Subject: [PATCH] added missing UploadStash exceptions to AutoLoader --- includes/AutoLoader.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 245aa7edc4..3df3dc5653 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -880,7 +880,10 @@ $wgAutoloadLocalClasses = array( 'UploadStashFileNotFoundException' => 'includes/upload/UploadStash.php', 'UploadStashNotAvailableException' => 'includes/upload/UploadStash.php', 'UploadStashZeroLengthFileException' => 'includes/upload/UploadStash.php', - + 'UploadStashNotLoggedInException' => 'includes/upload/UploadStash.php', + 'UploadStashWrongOwnerException' => 'includes/upload/UploadStash.php', + 'UploadStashNoSuchKeyException' => 'includes/upload/UploadStash.php', + # languages 'FakeConverter' => 'languages/Language.php', 'Language' => 'languages/Language.php', -- 2.20.1