Closed (fixed)
Project:
Flag Friend
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
27 May 2009 at 08:24 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
sirkitree commentedI noticed this too... there seems to be some sort of mixup in the token replacement that I haven't pinpointed just yet.
Comment #2
sirkitree commentedFurther testing reveals it only happening to the 'remove' op. Also getting various array function errors. Moving this to flag friend queue and will continue investigating.
Comment #3
sirkitree commentedtagging
Comment #4
sirkitree commentedarray errors are as follows:
Comment #5
sirkitree commentedok array merges were related to another problem. tokens are still not being translated corrected upon remove though.
Comment #6
sirkitree commentedFixed in CVS - http://drupal.org/cvs?commit=220118
The place where we called module_invoke_all('flag_friend', 'remove', ... was being passed the incorrect $account.
This also splits out the js into it's own file.