Minor - add error_log #2214

pull/2458/head
jmontoyaa 8 years ago
parent 5c2549a6d9
commit 127c006e93
  1. 4
      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');
}

Loading…
Cancel
Save