diff options
Diffstat (limited to 'views/default/river/object/tidypics_batch/create.php')
-rw-r--r-- | views/default/river/object/tidypics_batch/create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/river/object/tidypics_batch/create.php b/views/default/river/object/tidypics_batch/create.php index 3908f824d..b97c853a3 100644 --- a/views/default/river/object/tidypics_batch/create.php +++ b/views/default/river/object/tidypics_batch/create.php @@ -46,7 +46,7 @@ if (count($images)) { foreach($images as $image) { $attachments .= '<li class="tidypics-photo-item">'; $attachments .= elgg_view_entity_icon($image, 'tiny', array( - 'link_class' => 'tidypics-lightbox elgg-lightbox', + 'link_class' => 'tidypics-lightbox elgg-lightbox-photo', )); $attachments .= '</li>'; } |