Closed (fixed)
Project:
DrupalIt
Version:
5.x-1.4-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2007 at 10:44 UTC
Updated:
15 Jun 2007 at 08:59 UTC
if an anonymous user clicks login then after the redirection to the login form the message "login?destination...." is printed on the form.
You can also see it at http://www.renmenbi.com/.
Comments
Comment #1
tic2000 commentedDid you ever tried this module on another site? That message ONLY appears on renmenbi.com cause it's a site in development and sometime I want some "feedback". That message it's not drupalit related.
Comment #2
tic2000 commentedActually it seems it has nothing to do with renmenbi development, but with drupal core. If I use the proper function to generate link
l(), the link is url encoded and the user module (which is core) thinks that I pass some arguments to one of it's paths and outputs that as a message.The solution is not to use l() in this case, and I will do that in the next release.