(This is an offshoot of #798152: D6: Change flag-content-url to link to comments inline.)

The url should be comment/$cid#commend-$cid (It's the url comment_uri() returns: it routes to comment_permalink().)

Comments

mooffie’s picture

Status: Active » Fixed

Committed.
http://drupal.org/cvs?commit=440824

BTW, to test this, do:

$flag = flag_flag::factory_by_content_type('comment');
dsm($flag->get_flag_action(2));

('2' is the comment's ID.)

Status: Fixed » Closed (fixed)

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