mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +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);
|
$plg_arr = explode(',',$plugins);
|
||||||
foreach($plg_arr as $plg_name)
|
foreach($plg_arr as $plg_name)
|
||||||
|
Loading…
Reference in New Issue
Block a user