mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch '3231-Mensaje_erroneo_al_aplicar_grupos_secundarios' into 'develop'
Eliminated message when secondary groups are added See merge request artica/pandorafms!2124 Former-commit-id: 8c96030a463fa3b95ee2eabe3ee13c1852f60ffd
This commit is contained in:
commit
63c00f00a8
@ -932,7 +932,7 @@ if ($update_agent) {
|
|||||||
|
|
||||||
$result = db_process_sql_update('tagente', $values, ['id_agente' => $id_agente]);
|
$result = db_process_sql_update('tagente', $values, ['id_agente' => $id_agente]);
|
||||||
|
|
||||||
if ($result == false && $update_custom_result == false) {
|
if ($result === false && $update_custom_result == false) {
|
||||||
ui_print_error_message(
|
ui_print_error_message(
|
||||||
__('There was a problem updating the agent')
|
__('There was a problem updating the agent')
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user