]> git.andy128k.dev Git - ipf-template.git/commitdiff
router expressions
authorAndrey Kutejko <andy128k@gmail.com>
Thu, 4 Jul 2013 19:23:41 +0000 (22:23 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Thu, 4 Jul 2013 19:23:41 +0000 (22:23 +0300)
ipf/template/tag/url.php

index 2a3bb558f0d29ef194ebef6f95da1d4be866b72f..ec3509e492fecde056769df3cd8ee3825d256b5c 100644 (file)
@@ -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);
     }
 }