Magic-Fields-2 icon indicating copy to clipboard operation
Magic-Fields-2 copied to clipboard

Error

Open simkea opened this issue 9 years ago • 0 comments

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

simkea avatar Sep 23 '16 14:09 simkea