cleanup of function names
This commit is contained in:
parent
923f4ee180
commit
fd78ad29bf
8 changed files with 23 additions and 31 deletions
|
@ -931,7 +931,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$id = $this->_getParam('id');
|
||||
|
||||
$file_id = $this->_getParam('id', null);
|
||||
$file = Application_Model_StoredFile::Recall($file_id);
|
||||
$file = Application_Model_StoredFile::RecallById($file_id);
|
||||
|
||||
$baseUrl = $this->getRequest()->getBaseUrl();
|
||||
$url = $file->getRelativeFileUrl($baseUrl).'download/true';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue