when using the fllowing code I get an error message: print flag_create_link('fools', $account->uid);

warning: Missing argument 3 for flag_note_page() in /www/htdocs/w00b40cd/at/sites/all/modules/flag_note/flag_note.module on line 295.

what do I have to set as third argument?

Comments

gunzip’s picture

it's the content id (ie. node id -> nid, commenti id -> cid, or user id -> uid) of the item being flagged.
can you please provide the exact flag / flag_note module version ?

baff’s picture

Thanks!

Flag 6.x-2.0-beta3
Flag Note 6.x-2.x-dev