mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Custom action : Fixed display of the custom onSuccess message
This commit is contained in:
parent
22b9eca793
commit
15d93a94ec
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if(LSsession :: startLSsession()) {
|
||||||
$GLOBALS['Smarty'] -> assign('pagetitle',$title.' : '.$objectname);
|
$GLOBALS['Smarty'] -> assign('pagetitle',$title.' : '.$objectname);
|
||||||
if ($config['function']($object)) {
|
if ($config['function']($object)) {
|
||||||
if ($config['onSuccessMsgFormat']) {
|
if ($config['onSuccessMsgFormat']) {
|
||||||
|
LSsession :: addInfo(getFData($config['onSuccessMsgFormat'],$objectname));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LSsession :: addInfo(getFData(_('The custom action %{customAction} have been successfully execute on %{objectname}.'),array('objectname' => $objectname,'customAction' => $_GET['customAction'])));
|
LSsession :: addInfo(getFData(_('The custom action %{customAction} have been successfully execute on %{objectname}.'),array('objectname' => $objectname,'customAction' => $_GET['customAction'])));
|
||||||
|
|
Loading…
Reference in a new issue