[Plugin: WP Calendar] PHP warning
-
On some php configurations line 1672 of fsCalendar.php will produce a warning:
function fse_print_events($args) { global $fsCalendar; return $fsCalendar->printEvents($args); }
Should have a default array for arguments same as other functions:
function fse_print_events($args = array()) { global $fsCalendar; return $fsCalendar->printEvents($args); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WP Calendar] PHP warning’ is closed to new replies.