mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
fix a bug in viewable() that was AND'ing all view permissions together (which meant that you had to have *all* permissions to view an item, instead of just one). Also, add a "max" param to the thumb_tag() so that we can specify a max dimension for the thumbnail. This will be used in the upcoming "move item" feature.