From c34f4382bb2eb988bb6553ccf52b1f068319cb5a Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 6 Nov 2010 00:23:57 +0000 Subject: [PATCH] UploadStashFileNotFoundException and UploadStashBadPathException are defined in upload/UploadStash.php --- includes/specials/SpecialUploadStash.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/specials/SpecialUploadStash.php b/includes/specials/SpecialUploadStash.php index 64e59b6a08..73ab6a21b4 100644 --- a/includes/specials/SpecialUploadStash.php +++ b/includes/specials/SpecialUploadStash.php @@ -16,6 +16,8 @@ * @ingroup Upload */ +require dirname( __FILE__ ) . '/../upload/UploadStash.php'; + class SpecialUploadStash extends SpecialPage { static $HttpErrors = array( // FIXME: Use OutputPage::getStatusMessage() --RK -- 2.20.1