diff options
Diffstat (limited to 'kohana/helpers/html.php')
-rw-r--r-- | kohana/helpers/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |