mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-01 00:31:42 +01:00
fixed typo causing extra tabs to disappear
This commit is contained in:
parent
25c3624caa
commit
a0e556e968
@ -1114,7 +1114,7 @@ class filemanager_ui
|
|||||||
}
|
}
|
||||||
if ($extra_tab['readonlys'] && is_array($extra_tab['readonlys']))
|
if ($extra_tab['readonlys'] && is_array($extra_tab['readonlys']))
|
||||||
{
|
{
|
||||||
$readonlys = array_merge($content, $extra_tab['readonlys']);
|
$readonlys = array_merge($readonlys, $extra_tab['readonlys']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user