When adding a new event with multi-provider events enabled, in Providers select box there is a warning:
"
Warning: in_array() expects parameter 2 to be array, null given in ......./interface/main/calendar/add_edit_event.php on line 1314 selected>Administrator, Administrator
The fix is to add $providers_array = array();
in line 1292.
has this been done yet ?
nope. go for it :)
this should do it : https://github.com/cbezzy/openemr/commit/fa84eac7d3559586b4ac694c3f0bdd8978753b24
looks good and just committed it to the codebase.