mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
- LSsession : Correction de la methode addHelpInfos()
This commit is contained in:
parent
4145bb5e21
commit
9772c4fe9e
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ class LSsession {
|
|||
function addHelpInfos($group,$infos) {
|
||||
if (is_array($infos)) {
|
||||
if (is_array($this -> _JSconfigParams['helpInfos'][$group])) {
|
||||
$this -> _JSconfigParams['helpInfos'][$group] = array_merge_recursive($this -> _JSconfigParams['helpInfos'][$group],$infos);
|
||||
$this -> _JSconfigParams['helpInfos'][$group] = array_merge($this -> _JSconfigParams['helpInfos'][$group],$infos);
|
||||
}
|
||||
else {
|
||||
$this -> _JSconfigParams['helpInfos'][$group] = $infos;
|
||||
|
|
Loading…
Reference in a new issue