esensi / core

The foundational components of Esensi
MIT License
22 stars 1 forks source link

Pass IDs as an array to call_user_func_array #17

Closed bbatsche closed 8 years ago

dalabarge commented 8 years ago

Why is this?

bbatsche commented 8 years ago

call_user_func_array() expects second argument to be an array. $ids may be a string, but even if it's an array it should be passed to the method as a single argument.