X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fviews%2Fhelpers%2FFooterLink.php;h=1e9365b6e3115346706fb0b4f2de865d2c9f3060;hb=1f6105289a49079809c2a4677b561bc82c62db88;hp=d108b8f270fb4dcb8b1fa0ae124838618a30bb20;hpb=5fe9a5fef61308515cd1913f0bb7cc4a4ecf0253;p=syj.git diff --git a/application/views/helpers/FooterLink.php b/application/views/helpers/FooterLink.php index d108b8f..1e9365b 100644 --- a/application/views/helpers/FooterLink.php +++ b/application/views/helpers/FooterLink.php @@ -1,5 +1,5 @@ getHRef(); if ($redirect) { - $currentUri = $this->view->url(); + $currentUri = $this->view->UriPath(true); $href = $this->view->addParamToUrl($href, 'redirect', $currentUri, true); } $link = $this->view->anchor($href, $text, array('class' => 'footer-anchor'));