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:
Ralf Becker 2004-05-05 07:40:01 +00:00
parent 3e24a6db3b
commit caefc24438

View File

@ -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)