r107017 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107016‎ | r107017 | r107018 >
Date:00:11, 22 December 2011
Author:raindrift
Status:ok
Tags:
Comment:
added missing UploadStash exceptions to AutoLoader
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -880,7 +880,10 @@
881881 'UploadStashFileNotFoundException' => 'includes/upload/UploadStash.php',
882882 'UploadStashNotAvailableException' => 'includes/upload/UploadStash.php',
883883 'UploadStashZeroLengthFileException' => 'includes/upload/UploadStash.php',
884 -
 884+ 'UploadStashNotLoggedInException' => 'includes/upload/UploadStash.php',
 885+ 'UploadStashWrongOwnerException' => 'includes/upload/UploadStash.php',
 886+ 'UploadStashNoSuchKeyException' => 'includes/upload/UploadStash.php',
 887+
885888 # languages
886889 'FakeConverter' => 'languages/Language.php',
887890 'Language' => 'languages/Language.php',

Status & tagging log