From 6e11fc41a80d2e8f7c4bbcbfcf0cc5cf8bc086d4 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 20 Jan 2010 12:49:44 -0300 Subject: [PATCH] Passing aruments in the correct order. --- app/views/shared/user_menu.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/user_menu.rhtml b/app/views/shared/user_menu.rhtml index 3ffb0f3..916894c 100644 --- a/app/views/shared/user_menu.rhtml +++ b/app/views/shared/user_menu.rhtml @@ -62,7 +62,7 @@ <% if theme_option( :menu_login ) == 'full_form' %> <%= render :file => 'account/login_block' %> <% else %> - <%= thickbox_inline_popup_link(''+ _('Login'), 'inlineLoginBox', login_url, :id => 'link_login', :help => _('Click here to enter your username and password and be recognized by the system.')) %> + <%= thickbox_inline_popup_link(''+ _('Login'), login_url, 'inlineLoginBox', :id => 'link_login', :help => _('Click here to enter your username and password and be recognized by the system.')) %>