diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php index 44090e2e3039bb3e7e06473740a7bf65b5acf398..1af21b94425b21b31e9271a1022355402383c076 100644 --- a/ecrire/inc/utils.php +++ b/ecrire/inc/utils.php @@ -829,7 +829,8 @@ function _L($text, $args = array(), $options = array()) { // support de l'ancien argument $class if ($options and is_string($options)) { $options = array('class' => $options); - } elseif (is_array($options)) { + } + if (is_array($options)) { $options += $defaut_options; } else { $options = $defaut_options;