diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-03-19 01:41:57 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-19 01:41:57 +0000 |
| commit | 03877250f2447a9edc5ba210125f6d11c2fbd1b4 (patch) | |
| tree | e1f3e0ccd6813251df8affe1c9eeeea1fc4c616f /kohana/helpers | |
| parent | ccb02b001f96f743e73a1b4a31b5e7053814c642 (diff) | |
Updated kohana to r4091
Diffstat (limited to 'kohana/helpers')
| -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); } |
