cc-4359: fixed at the cost of other issues that will be fixed later (restarting media monitor).

This commit is contained in:
Rudi Grinberg 2012-09-10 16:08:08 -04:00
parent 97317c0195
commit c90ead9ef2
1 changed files with 1 additions and 1 deletions

View File

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