Browse Source

Minor - add error_log #2214

jmontoyaa 7 years ago
parent
commit
127c006e93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/install/update-files-1.10.0-1.11.0.inc.php

+ 2 - 2
main/install/update-files-1.10.0-1.11.0.inc.php

@@ -57,10 +57,10 @@ if (defined('SYSTEM_INSTALLATION')) {
             if (!$success) {
                 error_log('Could not delete '.$entity.', probably due to permissions. Please delete manually to avoid entities inconsistencies');
             }
+        } else {
+            error_log('Could not delete. It seems the file '.$entity.' does not exists.');
         }
     }
-
-
     if ($debug) {
         error_log('Folders cleaned up');
     }