Fixed Can View Ratings Missing check

Russ

Well-known member
I turned off ability to rate and view ratings but noticed this was still on:

xengallery_media_thumb_item

Code:
          <xen:if is="@xengalleryThumbShowRatingsCount">
review count code here
           </xen:if>

I figure it could use a permission check there for the "view ratings".

(I've turned off the style property so thanks for that one :))
 
Top Bottom