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]);
|
||||
|
||||
if ($result == false && $update_custom_result == false) {
|
||||
if ($result === false && $update_custom_result == false) {
|
||||
ui_print_error_message(
|
||||
__('There was a problem updating the agent')
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue