While visiting the flag edit page, I get the following notices:

Notice: Undefined property: flag_node::$flag_confirmation in flag_form() (line 410 of /Library/WebServer/Documents/dr63/sites/all/modules/flag/includes/flag.admin.inc).
Notice: Undefined property: flag_node::$unflag_confirmation in flag_form() (line 418 of /Library/WebServer/Documents/dr63/sites/all/modules/flag/includes/flag.admin.inc).
CommentFileSizeAuthor
#1 flag_confirmation_notices.patch1.5 KBquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new1.5 KB

Thanks, these options are now initially defined by the flag type, but if the flag type doesn't use flag_confirmation and unflag_confirmation, then you get the notices you've described. I've merely added isset() checks on those declarations.

quicksketch’s picture

Priority: Normal » Minor

Status: Fixed » Closed (fixed)

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