Fix TempFSFile creation
authorBryan Davis <bd808@wikimedia.org>
Fri, 13 Dec 2013 19:49:45 +0000 (12:49 -0700)
committerBryan Davis <bd808@wikimedia.org>
Fri, 13 Dec 2013 19:49:45 +0000 (12:49 -0700)
commitf9c6af781cc5af03e9a6395a701322f67bc6e803
treef09d7d04143f67d81b08b9a77c2075f8ceb50789
parent2e5282b5db20e351ad208b5d4b013783cceb4a9f
Fix TempFSFile creation

A new TempFSFile should be instantiated via the factory rather than
using the object constructor.

Change-Id: Icd059566087c6a644a0d0ed69abfe13b88b38ee4
includes/upload/UploadFromUrl.php