Issue #1886868 by IRuslan, zvse: Unused $original_destination variable in file_unmanaged_copy()

merge-requests/26/head
David Rothstein 2017-06-02 17:31:22 -04:00
parent c55fe935e5
commit 833779ebf5
1 changed files with 0 additions and 1 deletions

View File

@ -889,7 +889,6 @@ function file_valid_uri($uri) {
*/
function file_unmanaged_copy($source, $destination = NULL, $replace = FILE_EXISTS_RENAME) {
$original_source = $source;
$original_destination = $destination;
// Assert that the source file actually exists.
if (!file_exists($source)) {