From b78bc13c8d917505655f8e63f5f4f7607402f9f5 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 01:31:42 +0000 Subject: [PATCH] BUGFIX login BackURL wrong when using nested urls (fixes #5520, thanks ktauber) (from r103933) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112448 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/PageCommentInterface.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/PageCommentInterface.ss b/templates/PageCommentInterface.ss index b0f9509a..321e89b7 100755 --- a/templates/PageCommentInterface.ss +++ b/templates/PageCommentInterface.ss @@ -7,7 +7,7 @@ <% else %>

<% _t('COMMENTLOGINERROR', 'You cannot post comments until you have logged in') %>, <% if PostingRequiresPermission %><% _t('COMMENTPERMISSIONERROR', 'and that you have an appropriate permission level') %><% end_if %>. - <% _t('COMMENTPOSTLOGIN', 'Login Here') %>. + <% _t('COMMENTPOSTLOGIN', 'Login Here') %>.

<% end_if %> <% else %>