kontur / fontsampler-wordpress-plugin

A Wordpress plugin that let's users interactively preview and test webfonts
http://fontsampler.johannesneumeier.com
GNU General Public License v3.0
38 stars 8 forks source link

Fix PHP warning in admin drag-and-drop preview #158

Closed kontur closed 4 years ago

kontur commented 5 years ago

mod_fcgid: stderr: PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in …/wp-content/plugins/fontsampler/includes/interface.php on line 79, referer: …/wp-admin/admin.php?page=fontsampler&subpage=set_edit&id=5

The preview is not passed a valid array of fonts, thus spits out the error and skips the font dropdown rendering.