User tests: Successful: Unsuccessful:
Pull Request for Issue #16912.
This PR reverts all but one replacement of call_user_func_array() in PR #13257 as the other ones "may" also cause similar problems.
I mistakenly assumed that the callable in those cases would be a string, but it might be an array that potentially can have many forms. Therefore I reverted other ones that might also cause issues, too.
Reversal of some changes of PR #13257
Check, that problem reported in issue #16912 has been resolved
See issue #16912
See issue #16912
None
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries Postgresql MS SQL Front End Plugins |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-30 05:27:49 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
@frankmayer thanks
Thanks for the quick response?