diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index 2ac3b6092..a2aee4ad3 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -393,6 +393,7 @@ SQL; if (file_exists($filepath) && $type == "stor") { + Logging::info($filepath); try { unlink($filepath); } catch (Exception $e) {