Warning : call_user_func_array() expects parameter 2 to be array, string given dns.drush.inc:161
Since PHP 5.3, the second parameter passed to the function "call_user_func_array" has to be an array (http://www.php.net/manual/en/function.call-user-func-array.php#101850).
| Comment | File | Size | Author |
|---|---|---|---|
| patch.txt | 769 bytes | thomas bosviel |
Comments
Comment #1
anarcat commentedComment #2
anarcat commentedFix committed, thanks.