Kohana v3.3.2
This commit is contained in:
@@ -19,4 +19,4 @@ function _ltrim($str, $charlist = NULL)
|
||||
$charlist = preg_replace('#[-\[\]:\\\\^/]#', '\\\\$0', $charlist);
|
||||
|
||||
return preg_replace('/^['.$charlist.']+/u', '', $str);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user