diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-13 21:24:01 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-13 21:24:01 +0200 |
commit | 21f3826ea93941b1c13a28d5788088391787b31d (patch) | |
tree | 2acf01f6e25e04f702b0bee4c36ae78918762a63 /application/service | |
parent | 4df597a28e577acaba34bc05dfe6fdf31fb8114f (diff) |
Remove incorrect TODO about $new_file being unset
I think this is left over from developing the feature. This seems to
have been incorrect in the inital commit of the code. Just drop it.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/service')
-rw-r--r-- | application/service/files.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/service/files.php b/application/service/files.php index d1318c4d4..9202c7f31 100644 --- a/application/service/files.php +++ b/application/service/files.php @@ -160,7 +160,6 @@ class files { $data_id = implode("-", array($row['hash'], $row['id'])); $old_file = $CI->mfile->file($data_id); - // TODO: set $new_file if (files_are_equal($old_file, $new_file)) { $storage_id = $row["id"]; break; |