Merge branch 'ent-12157-sistema-de-notificaciones-muestra-mensaje-sin-texto-alguno' into 'develop'

Ent 12157 sistema de notificaciones muestra mensaje sin texto alguno

See merge request artica/pandorafms!6561
This commit is contained in:
Rafael Ameijeiras 2023-11-27 14:48:49 +00:00
commit 728b9d7e7f
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ function messages_create_message(
'id_usuario_origen' => $usuario_origen,
'subject' => $subject,
'mensaje' => $mensaje,
'subtype' => 'NOTIF.MESSAGE',
'id_source' => get_notification_source_id('message'),
'timestamp' => get_system_time(),
]