From: Ian Baker Date: Thu, 22 Dec 2011 00:11:38 +0000 (+0000) Subject: added missing UploadStash exceptions to AutoLoader X-Git-Tag: 1.31.0-rc.0~25815 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=59f93398a5f2ce12a199cd21ff4e9b7eed9db7a4;p=lhc%2Fweb%2Fwiklou.git added missing UploadStash exceptions to AutoLoader --- 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',