mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +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()
|
static function settings()
|
||||||
{
|
{
|
||||||
$config = Api\Config::read(self::$appname);
|
|
||||||
if (!empty($config['max_folderlinks'])) self::$foldercount = (int)$config['max_folderlinks'];
|
|
||||||
|
|
||||||
$yes_no = array(
|
$yes_no = array(
|
||||||
'no' => lang('No'),
|
'no' => lang('No'),
|
||||||
'yes' => lang('Yes')
|
'yes' => lang('Yes')
|
||||||
|
Loading…
Reference in New Issue
Block a user