summaryrefslogtreecommitdiffstats
path: root/application/service/files.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/service/files.php')
-rw-r--r--application/service/files.php1
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;