fixed bug where hidden files would be shown in library
This commit is contained in:
parent
20855c73b5
commit
7124cbe04d
2 changed files with 2 additions and 1 deletions
|
@ -343,6 +343,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
{
|
||||
$params = $this->getRequest()->getParams();
|
||||
|
||||
# terrible name for the method below. it does not only search files.
|
||||
$r = Application_Model_StoredFile::searchLibraryFiles($params);
|
||||
|
||||
//TODO move this to the datatables row callback.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue