Closed (fixed)
Project:
Messaging
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 17:07 UTC
Updated:
10 Nov 2011 at 17:30 UTC
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
Comment #1
nagiek commentedProblem is on line 98 of
messaging_template.inc. Typo is $fomat, not $format :)Comment #2
danepowell commentedWow, 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...