mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
Custom action : fix translation on display onSuccessMsgFormat
This commit is contained in:
parent
e22fbef942
commit
ea5c120b75
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if(LSsession :: startLSsession()) {
|
||||||
if ($config['function']($object)) {
|
if ($config['function']($object)) {
|
||||||
if ($config['disableOnSuccessMsg']!=true) {
|
if ($config['disableOnSuccessMsg']!=true) {
|
||||||
if ($config['onSuccessMsgFormat']) {
|
if ($config['onSuccessMsgFormat']) {
|
||||||
LSsession :: addInfo(getFData($config['onSuccessMsgFormat'],$objectname));
|
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