Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Martin Konecny 2012-09-13 12:28:30 -04:00
commit fad6635a1a
2 changed files with 1 additions and 2 deletions

View File

@ -610,8 +610,6 @@ class ApiController extends Zend_Controller_Action
$dir_id = $request->getParam('dir_id');
$all = $request->getParam('all');
Logging::info("All param is: $all");
$this->view->files =
Application_Model_StoredFile::listAllFiles($dir_id,$all);
}

View File

@ -320,6 +320,7 @@ class LibraryController extends Zend_Controller_Action
} catch (Exception $e) {
//could throw a scheduled in future exception.
$message = "Could not delete some scheduled files.";
Logging::info($e);
}
}
}