From 21f3826ea93941b1c13a28d5788088391787b31d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 13 Jul 2016 21:24:01 +0200 Subject: 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 --- application/service/files.php | 1 - 1 file changed, 1 deletion(-) (limited to 'application/service') 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; -- cgit v1.2.3-24-g4f1b