X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fupload%2FUploadStash.php;h=215bd2041f16b860d94a549551ab2e93af7b2ddf;hb=18b3c566fcdf61dad674c0010ce3beb4309d7a04;hp=d39975db1b9c813486f555d9eafd37ec9324411f;hpb=1bd43b1bffffc3720e1ef743d802e88fdf849b0f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php index d39975db1b..215bd2041f 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -433,7 +433,7 @@ class UploadStash { * List all files in the stash. * * @throws UploadStashNotLoggedInException - * @return array + * @return array|false */ public function listFiles() { if ( !$this->isLoggedIn ) {