mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
commit
728b9d7e7f
@ -122,6 +122,7 @@ function messages_create_message(
|
|||||||
'id_usuario_origen' => $usuario_origen,
|
'id_usuario_origen' => $usuario_origen,
|
||||||
'subject' => $subject,
|
'subject' => $subject,
|
||||||
'mensaje' => $mensaje,
|
'mensaje' => $mensaje,
|
||||||
|
'subtype' => 'NOTIF.MESSAGE',
|
||||||
'id_source' => get_notification_source_id('message'),
|
'id_source' => get_notification_source_id('message'),
|
||||||
'timestamp' => get_system_time(),
|
'timestamp' => get_system_time(),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user