mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix anonymous shared list was not translated
This commit is contained in:
parent
c39aafb531
commit
2d1b9b744f
@ -50,6 +50,8 @@ class AnonymousList extends filemanager_ui
|
||||
*/
|
||||
function listview(array $content = null, $msg = null)
|
||||
{
|
||||
Api\Translation::add_app("filemanager");
|
||||
|
||||
$this->etemplate = $this->etemplate ? $this->etemplate : new Api\Etemplate(static::LIST_TEMPLATE);
|
||||
|
||||
// Override and take over get_rows so we can customize
|
||||
|
Loading…
Reference in New Issue
Block a user