From: Sam Reed Date: Mon, 14 Mar 2011 23:07:42 +0000 (+0000) Subject: More documentation while poking bugs X-Git-Tag: 1.31.0-rc.0~31404 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=82940fc67cbdbf9deeec081765fec62f6b001e8b;p=lhc%2Fweb%2Fwiklou.git More documentation while poking bugs --- diff --git a/includes/specials/SpecialUpload.php b/includes/specials/SpecialUpload.php index 52bee73ae6..bb6a0202ee 100644 --- a/includes/specials/SpecialUpload.php +++ b/includes/specials/SpecialUpload.php @@ -45,6 +45,10 @@ class SpecialUpload extends SpecialPage { /** Misc variables **/ public $mRequest; // The WebRequest or FauxRequest this form is supposed to handle public $mSourceType; + + /** + * @var UploadBase + */ public $mUpload; /**