mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:29 +01:00
fix PHP Fatal when opening filemanager settings
This commit is contained in:
parent
c68da72207
commit
ab7b4d40f9
@ -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