Index: branches/uploadwizard/phase3/includes/upload/SessionStash.php |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | } |
123 | 123 | $stashPath = $status->value; |
124 | 124 | |
125 | | - // required info we always store. Must trump any other application info in data() |
| 125 | + // required info we always store. Must trump any other application info in $data |
126 | 126 | // 'mTempPath', 'mFileSize', and 'mFileProps' are arbitrary names |
127 | 127 | // chosen for compatibility with UploadBase's way of doing this. |
128 | 128 | $requiredData = array( |
Index: branches/uploadwizard/phase3/includes/SpecialPage.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | 'MIMEsearch' => array( 'SpecialPage', 'MIMEsearch' ), |
151 | 151 | 'FileDuplicateSearch' => array( 'SpecialPage', 'FileDuplicateSearch' ), |
152 | 152 | 'Upload' => 'SpecialUpload', |
153 | | - 'SessionStash' => array( 'SpecialSessionStash', 'SessionStash', 'upload' ), |
| 153 | + 'SessionStash' => 'SpecialSessionStash', |
154 | 154 | |
155 | 155 | # Wiki data and tools |
156 | 156 | 'Statistics' => 'SpecialStatistics', |