cc-4359: fixed at the cost of other issues that will be fixed later (restarting media monitor).
This commit is contained in:
parent
97317c0195
commit
c90ead9ef2
|
@ -690,7 +690,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$dir_id = $request->getParam('dir_id');
|
||||
|
||||
$this->view->files =
|
||||
Application_Model_StoredFile::listAllFiles($dir_id,$all=true);
|
||||
Application_Model_StoredFile::listAllFiles($dir_id,$all=false);
|
||||
}
|
||||
|
||||
public function listAllWatchedDirsAction()
|
||||
|
|
Loading…
Reference in New Issue