I had a problem when wanting to add ulinks in a page with the following path: main/test_ulink. The generated links were such as ....

I found out the reason was that in the ulink_helper.inc file, if the node is found, a link was constructed instead of calling the (safe) l() function. Here is a patch that fixes it.

CommentFileSizeAuthor
ulink_helper.inc-link-fix.patch.txt742 bytestatien

Comments

garthee’s picture

Status: Needs review » Fixed

Actually that was corrected sometime back, but was not committed,

thanks for pointing out that.. and now updated..

Anonymous’s picture

Status: Fixed » Closed (fixed)