mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
custom_search_action : fix typo in info message
This commit is contained in:
parent
0b0e38f5c8
commit
508e898210
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if(LSsession :: startLSsession()) {
|
||||||
LSsession :: addInfo(getFData(__($config['onSuccessMsgFormat']),$objectname));
|
LSsession :: addInfo(getFData(__($config['onSuccessMsgFormat']),$objectname));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LSsession :: addInfo(getFData(_('The custom action %{title} have been successfully execute this search.'),$title));
|
LSsession :: addInfo(getFData(_('The custom action %{title} have been successfully execute on this search.'),$title));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!isset($config['redirectToObjectList']) || $config['redirectToObjectList']) {
|
if (!isset($config['redirectToObjectList']) || $config['redirectToObjectList']) {
|
||||||
|
|
Loading…
Reference in a new issue