More logging statements
This commit is contained in:
parent
85557d4886
commit
44b82fdd8a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue