Kohana v3.3.2
This commit is contained in:
@@ -19,4 +19,4 @@ function _substr_replace($str, $replacement, $offset, $length = NULL)
|
||||
|
||||
array_splice($str_array[0], $offset, $length, $replacement_array[0]);
|
||||
return implode('', $str_array[0]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user