I have enabled activity and configured few activity message to be shown by appbar
the table appbar is being populated wrongly when any activity is executed ... the uid field remain 0 , instead of real alert recipient id . please check image attachment (screenshot of appbar table )
| Comment | File | Size | Author |
|---|---|---|---|
| appbar table screenshot | 12.26 KB | meet.h.thakkar |
Comments
Comment #1
meet.h.thakkar commentedi found out what was the mistake .... its in
function function appbar_activity_messages_alter()
the appbar_set_message($message, $id ,$uid); call is wrong
it should be appbar_set_message($message, $uid, $id);
maintainers please check it
Comment #2
icecreamyou commentedCommitted fix to dev