? 294397-communitytags-D6.patch
Index: community_tags.pages.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/community_tags/community_tags.pages.inc,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 community_tags.pages.inc
--- community_tags.pages.inc	23 Aug 2008 03:04:47 -0000	1.1.2.2
+++ community_tags.pages.inc	28 Dec 2008 04:50:07 -0000
@@ -41,7 +41,7 @@ function community_tags_form($form_state
     $destination = drupal_get_destination();
     $form['login'] = array(
       '#type' => 'markup',
-      '#value' => '<div>'. t('<a href="@login">Login</a> or <a href="@register">register</a> to tag items', array('@login' => url('user/login', $destination), '@register' => url('user/register', $destination))) .'</div>',
+      '#value' => '<div>'. t('<a href="@login">Login</a> or <a href="@register">register</a> to tag items', array('@login' => url('user/login', array('query' => $destination)), '@register' => url('user/register', array('query' => $destination)))) .'</div>',
     );
   }
 
