From aa7d5722594f5ab63a12f464c68e7f44c86783cd Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Thu, 4 Jul 2013 22:23:41 +0300 Subject: [PATCH] router expressions --- ipf/template/tag/url.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- 2.49.0