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:
Alejandro Fraguas 2019-02-19 18:09:38 +01:00
commit 63c00f00a8
1 changed files with 1 additions and 1 deletions

View File

@ -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')
);