From: Platonides Date: Sat, 6 Nov 2010 00:23:57 +0000 (+0000) Subject: UploadStashFileNotFoundException and UploadStashBadPathException are defined in uploa... X-Git-Tag: 1.31.0-rc.0~34049 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=c34f4382bb2eb988bb6553ccf52b1f068319cb5a;p=lhc%2Fweb%2Fwiklou.git UploadStashFileNotFoundException and UploadStashBadPathException are defined in upload/UploadStash.php --- 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