mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
fixed htmlarea to not try to load a plugin for an empty plugin string
Pim: every param with a default value is set ;-)
This commit is contained in:
parent
3e24a6db3b
commit
caefc24438
@ -219,7 +219,7 @@
|
||||
}
|
||||
|
||||
|
||||
if (isset($plugins))
|
||||
if (!empty($plugins))
|
||||
{
|
||||
$plg_arr = explode(',',$plugins);
|
||||
foreach($plg_arr as $plg_name)
|
||||
|
Loading…
Reference in New Issue
Block a user