From: Andrey Kutejko Date: Thu, 4 Jul 2013 19:23:41 +0000 (+0300) Subject: router expressions X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=aa7d5722594f5ab63a12f464c68e7f44c86783cd;p=ipf-template.git router expressions --- diff --git a/ipf/template/tag/url.php b/ipf/template/tag/url.php index 2a3bb55..ec3509e 100644 --- a/ipf/template/tag/url.php +++ b/ipf/template/tag/url.php @@ -2,9 +2,9 @@ class IPF_Template_Tag_Url extends IPF_Template_Tag { - function start($view, $params=array(), $by_name=false, $get_params=array()) + function start($view, $params=array(), $get_params=array()) { - echo IPF_HTTP_URL::urlForView($view, $params, $by_name, $get_params); + echo IPF_HTTP_URL::urlForView($view, $params, $get_params); } }