When you add a flag relationship to a view, if there is no existing appropriate flag, the error message is given:

No user flags exist. You must first create a user flag before being able to use one. (flag_handler_relationships.inc, like 46).

The URL for "create a xxx flag" is not properly enclosed in url() so it creates a url like admin/build/flags/admin/build/flags.

The attached patch just adds url() around 'admin/build/flags' so that it outputs the correct link.

Comments

quicksketch’s picture

Status: Patch (to be ported) » Fixed

Thanks, this bug has already been fixed in CVS and included in both 5.x and 6.x versions.

Status: Fixed » Closed (fixed)

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