cc-4274: implemented james' hack to fix this issue.
This commit is contained in:
parent
0517e674bd
commit
33bb4e600c
2 changed files with 8 additions and 4 deletions
|
@ -689,7 +689,8 @@ class ApiController extends Zend_Controller_Action
|
|||
$request = $this->getRequest();
|
||||
$dir_id = $request->getParam('dir_id');
|
||||
|
||||
$this->view->files = Application_Model_StoredFile::listAllFiles($dir_id);
|
||||
$this->view->files =
|
||||
Application_Model_StoredFile::listAllFiles($dir_id, $all=true);
|
||||
}
|
||||
|
||||
public function listAllWatchedDirsAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue