More logging
This commit is contained in:
parent
44b82fdd8a
commit
8f0f69abd9
2 changed files with 2 additions and 0 deletions
|
@ -355,6 +355,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
Logging::info("aaa");
|
||||
$file = Application_Model_StoredFile::RecallById($id);
|
||||
Logging::info("bbb");
|
||||
Logging::info($file);
|
||||
if (isset($file)) {
|
||||
try {
|
||||
$res = $file->delete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue