mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fix PHP Fatal when opening filemanager settings
This commit is contained in:
parent
7f3038f07e
commit
407b405c36
@ -120,9 +120,6 @@ class filemanager_hooks
|
||||
*/
|
||||
static function settings()
|
||||
{
|
||||
$config = Api\Config::read(self::$appname);
|
||||
if (!empty($config['max_folderlinks'])) self::$foldercount = (int)$config['max_folderlinks'];
|
||||
|
||||
$yes_no = array(
|
||||
'no' => lang('No'),
|
||||
'yes' => lang('Yes')
|
||||
|
Loading…
Reference in New Issue
Block a user