More logging statements

This commit is contained in:
drigato 2015-01-12 15:37:48 -05:00
parent 85557d4886
commit 44b82fdd8a
1 changed files with 2 additions and 1 deletions

View File

@ -352,8 +352,9 @@ class LibraryController extends Zend_Controller_Action
}
foreach ($files as $id) {
Logging::info("aaa");
$file = Application_Model_StoredFile::RecallById($id);
Logging::info("bbb");
if (isset($file)) {
try {
$res = $file->delete();