From 03877250f2447a9edc5ba210125f6d11c2fbd1b4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 19 Mar 2009 01:41:57 +0000 Subject: Updated kohana to r4091 --- kohana/helpers/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kohana/helpers') diff --git a/kohana/helpers/html.php b/kohana/helpers/html.php index 37f80ae3..daf16a04 100644 --- a/kohana/helpers/html.php +++ b/kohana/helpers/html.php @@ -116,7 +116,7 @@ class html_Core { * @param array HTML anchor attributes * @return string */ - public static function panchor($protocol, $uri, $title = FALSE, $attributes = FALSE) + public static function panchor($protocol, $uri, $title = NULL, $attributes = FALSE) { return html::anchor($uri, $title, $attributes, $protocol); } -- cgit v1.2.3