X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fviews%2Fhelpers%2FFooterLink.php;h=0a2a4752a7ad0416ca5ece1aea1fc92ed8b99dc2;hb=627f937d7241dc4b9311759fa446c3738d05f5a9;hp=d108b8f270fb4dcb8b1fa0ae124838618a30bb20;hpb=5fe9a5fef61308515cd1913f0bb7cc4a4ecf0253;p=syj.git diff --git a/application/views/helpers/FooterLink.php b/application/views/helpers/FooterLink.php index d108b8f..0a2a475 100644 --- a/application/views/helpers/FooterLink.php +++ b/application/views/helpers/FooterLink.php @@ -11,7 +11,7 @@ class Syj_View_Helper_FooterLink extends Zend_View_Helper_Abstract } else { $href = $page->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'));