caddis / streeng

Perform common operations on strings in ExpressionEngine 2 or 3.
Apache License 2.0
23 stars 8 forks source link

bugfix using find without replace #6

Closed meatpaste closed 9 years ago

meatpaste commented 9 years ago

using find without a replace parameter caused an array to be passed to stripos throwing a php error.

leigeber commented 9 years ago

Good catch, thanks for contributing.