Follow-up r70037: Fix ApiUpload by passing a WebRequestUpload to the the initializer
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 27 Jul 2010 21:53:52 +0000 (21:53 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 27 Jul 2010 21:53:52 +0000 (21:53 +0000)
commitb4310925bae4cda715f9c8e81c2c20011c403dba
treef7c5fc042f3dafec326af0a140dc2efc8a568584
parentb62d5dbad7a5640402443f7530c2f5ac6cb6125d
Follow-up r70037: Fix ApiUpload by passing a WebRequestUpload to the the initializer
Follow-up r64403 and r69911: Fix broken upload from stash in Api.

Please tests your commits, even if the change seems totally harmless. You can use <http://mwclient.svn.sourceforge.net/viewvc/mwclient/tests/upload_api_test.py?revision=HEAD&view=markup> to automatically test uploading via the Api.
includes/api/ApiUpload.php
includes/upload/UploadFromFile.php