diff --git a/filemanager/src/Sharing/AnonymousList.php b/filemanager/src/Sharing/AnonymousList.php index fdda6c51a5..563c3ca0c1 100644 --- a/filemanager/src/Sharing/AnonymousList.php +++ b/filemanager/src/Sharing/AnonymousList.php @@ -57,6 +57,10 @@ class AnonymousList extends filemanager_ui // Override and take over get_rows so we can customize $content['nm']['get_rows'] = '.' . get_class($this) . '.get_rows'; $content['nm']['show_refresh'] = true; + $content['nm']['no_filter'] = true; + $content['nm']['favorites'] = false; + + $this->etemplate->setElementAttribute("nm", "header_right", ''); return parent::listview($content, $msg); }