rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 9 forks source link

PHP warning on using count() @PageListThumbs option #109

Open esszett opened 5 years ago

esszett commented 5 years ago

With activated option for PageListThumbs aos produces a PHP warning in admin tree-view, running PHP 7.2: PHP Warning: count(): Parameter must be an array or an object that implements Countable in .../AdminOnSteroids/AdminOnSteroids.module:3142

esszett commented 4 years ago

This is the case only if the selected imagefield is set to output "single element, null if empty". Would be nice to have this intercepted (I guess it's related to output formatting…?).