UploadStashFileNotFoundException and UploadStashBadPathException are defined in uploa...
authorPlatonides <platonides@users.mediawiki.org>
Sat, 6 Nov 2010 00:23:57 +0000 (00:23 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 6 Nov 2010 00:23:57 +0000 (00:23 +0000)
includes/specials/SpecialUploadStash.php

index 64e59b6..73ab6a2 100644 (file)
@@ -16,6 +16,8 @@
  * @ingroup Upload
  */
 
+require dirname( __FILE__ ) . '/../upload/UploadStash.php';
+
 class SpecialUploadStash extends SpecialPage {
 
        static $HttpErrors = array( // FIXME: Use OutputPage::getStatusMessage() --RK