mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +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['disableOnSuccessMsg']!=true) {
|
||||
if ($config['onSuccessMsgFormat']) {
|
||||
LSsession :: addInfo(getFData($config['onSuccessMsgFormat'],$objectname));
|
||||
LSsession :: addInfo(getFData(__($config['onSuccessMsgFormat']),$objectname));
|
||||
}
|
||||
else {
|
||||
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