commit | fc443553248af8ac0c1cbb635fe9cbb70fdf7b82 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Jan 07 02:14:55 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Jan 07 02:14:55 2012 +0200 |
tree | 197b1a11430f4d37cfcc8ba7e33d8aa87553c2aa | |
parent | 4921fed6c17a54efd4fac0bed4d058463bd9b601 [diff] [blame] |
Remove quotes around an integer value
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index 562270f..3a847f2 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php
@@ -408,7 +408,7 @@ */ if ( ! function_exists('word_wrap')) { - function word_wrap($str, $charlim = '76') + function word_wrap($str, $charlim = 76) { // Set the character limit if ( ! is_numeric($charlim))