Logging statement

This commit is contained in:
drigato 2014-04-17 16:15:04 -04:00
parent 8979e4e5a9
commit 64ebd9e720
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ SQL;
if (file_exists($filepath) && $type == "stor") {
Logging::info($filepath);
try {
unlink($filepath);
} catch (Exception $e) {