summaryrefslogtreecommitdiff
path: root/kohana/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-03-19 01:41:57 +0000
committerBharat Mediratta <bharat@menalto.com>2009-03-19 01:41:57 +0000
commit03877250f2447a9edc5ba210125f6d11c2fbd1b4 (patch)
treee1f3e0ccd6813251df8affe1c9eeeea1fc4c616f /kohana/helpers
parentccb02b001f96f743e73a1b4a31b5e7053814c642 (diff)
Updated kohana to r4091
Diffstat (limited to 'kohana/helpers')
-rw-r--r--kohana/helpers/html.php2
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);
}