DavidCramer/plugin-groups

E_WARNING Invalid argument supplied foreach

Closed this issue · 1 comments

signo commented

There is an E_WARNING on line 80 of class-settings.php, the problem is that $plugins is not an array, i suggest you change line 79 to test if the $plugins variable is an array.

79: if( !empty( $plugin_groups['group'] && is_array( $plugins) ) ) {

100% correct thanks.