[19-Jan-2019 11:18:51 America/New_York] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /oc-content/plugins/minify/functions.php on line 213[19-Jan-2019 11:18:51 America/New_York] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /oc-content/plugins/minify/functions.php on line 220
if(count($r['dependencies']) == 1) {
if(count($r['dependencies']) > 1) {
// one dependency foreach($registered as $r) { if(count($r['dependencies']) == 1) { $resolved[$r['key']] = $r['url']; } } // more dependencies foreach($registered as $r) { if(count($r['dependencies']) > 1) { $resolved[$r['key']] = $r['url']; }