From 014999758e2f4efa433a9c4e71d0551e0b5b318a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 4 Mar 2009 18:15:56 +0000 Subject: Updated Kohana to r4033 --- kohana/core/utf8/str_pad.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kohana/core/utf8/str_pad.php') diff --git a/kohana/core/utf8/str_pad.php b/kohana/core/utf8/str_pad.php index 63e27f0e..aab4ccc7 100644 --- a/kohana/core/utf8/str_pad.php +++ b/kohana/core/utf8/str_pad.php @@ -50,5 +50,5 @@ function _str_pad($str, $final_str_length, $pad_str = ' ', $pad_type = STR_PAD_R return $pad_left.$str.$pad_right; } - trigger_error('utf8::str_pad: Unknown padding type (' . $type . ')', E_USER_ERROR); + trigger_error('utf8::str_pad: Unknown padding type (' . $pad_type . ')', E_USER_ERROR); } \ No newline at end of file -- cgit v1.2.3