rolandtoth / AdminOnSteroids

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

check if $field is an object #38

Closed tobaco closed 7 years ago

tobaco commented 7 years ago

I got the following error notice, when i tried to setup a menu with the MenuBuilder module.

Notice: Trying to get property of non-object in /Users/user/server/site/assets/cache/FileCompiler/site/modules/AdminOnSteroids/AdminOnSteroids.module on line 1653

In this case $field wasn't a processwire object.

rolandtoth commented 7 years ago

Thanks, merged.