https://bugzilla.wikimedia.org/show_bug.cgi?id=22012





--- Comment #1 from DaSch <[email protected]>  2010-01-04 17:07:14 UTC ---
Well I search a bit in the code and discovered that UploadForm from
SpecialUpload.php is called with wgRequest in ImportFreeImages.body.php in line
312

 $u = new UploadForm($wgRequest);

but in SpecialUpload.php there is an array with options wanted from line 694

class UploadForm extends HTMLForm {
        protected $mWatch;
        protected $mForReUpload;
        protected $mSessionKey;
        protected $mHideIgnoreWarning;
        protected $mDestWarningAck;

        protected $mTextTop;
        protected $mTextAfterSummary;

        protected $mSourceIds;

        public function __construct( $options = array() ) {
...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to