I'm not sure if this is a bug with Notifications or Messaging, but here is the notice:
Notice: Undefined property: Notifications_Node_Insert_Template::$format in Messaging_Template->element_defaults() (line 277 of /var/aegir/platforms/dev-mailflow-7.8-1/sites/all/modules/messaging/messaging_template/messaging_template.inc).

Notifications_Node_Insert_Template may be named differently depending on how the notification was generated (node insert, node edit, comment insert, etc...)

Comments

nagiek’s picture

Status: Active » Needs review

Problem is on line 98 of messaging_template.inc. Typo is $fomat, not $format :)

  public $fomat = MESSAGING_FORMAT;
Dane Powell’s picture

Status: Needs review » Fixed

Wow, nice catch- I was searching through that file trying to figure out what was wrong, and totally missed the typo.

http://drupal.org/commitlog/commit/5046/83cbf54f434bbec9e7928bd737d2cb24...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.