Magic-Fields-2
Magic-Fields-2 copied to clipboard
Error
URL: /admin.php?page=mf_dispatcher&init=true&mf_section=mf_custom_fields&mf_action=save_custom_field
Warning: array_walk_recursive() expects parameter 1 to be array, null given in /kunden/321news.de/masterx.de/wordpress/wp-content/plugins/magic-fields-2/admin/mf_custom_fields.php on line 275
After Save Custom Field (image) ...
Solved: change the line 275 to:
array_walk_recursive($mf, array($this, 'escape_data'));
br