When I was looking why my call to function taxonomy_image_display() doesn't result in the default image for a guest I found the following:
global $user missing in function taxonomy_image_get_object()
Maybe the following test will return a correct value, but I doubt it because $user is not defined.
!empty($user->taxonomy_image_disable_images)).
Thanks for a very good module.
Comments
Comment #1
nancydruCommitted to both branches.