[FileBackend] Replaced redundant "disposition" param with "headers".
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 9 Mar 2013 23:09:25 +0000 (15:09 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 12 Mar 2013 21:16:36 +0000 (14:16 -0700)
commit139292dadd13c98a0bf9d43f15e0d0284886dcbe
treea004fa67690e7b95b37c3ac9f7eb7e708c38c0bb
parent1045622590d9702dd2f0c0e97c38220a392d20c1
[FileBackend] Replaced redundant "disposition" param with "headers".

* Deprecated the "disposition" parameter.
* This also adds "headers" to to copy/move operations.

Change-Id: I63faa1dbbadb42c401b6ed4ac58776dc336ba3ab
includes/filebackend/FileBackend.php
includes/filebackend/FileBackendStore.php
includes/filebackend/FileOp.php
includes/filebackend/SwiftFileBackend.php