More logging

This commit is contained in:
drigato 2015-01-12 15:45:33 -05:00
parent 44b82fdd8a
commit 8f0f69abd9
2 changed files with 2 additions and 0 deletions

View file

@ -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();