rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.

Home Page:https://processwire.com/talk/topic/13389-adminonsteroids/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP warning on using count() @PageListThumbs option

esszett opened this issue · comments

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

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…?).