aboutsummaryrefslogtreecommitdiff
path: root/views/default/forms
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2012-01-02 21:00:16 -0500
committercash <cash.costello@gmail.com>2012-01-02 21:00:16 -0500
commit83cbd76b2e11b7d832e212ce1ffc77da7a3dd2a6 (patch)
treee77fc18ea6b9402be0a653aeaf152b9231bad153 /views/default/forms
parentbe94a34e652571eb61c3e306abfb7cce673823d7 (diff)
downloadelgg-83cbd76b2e11b7d832e212ce1ffc77da7a3dd2a6.tar.gz
elgg-83cbd76b2e11b7d832e212ce1ffc77da7a3dd2a6.tar.bz2
sorting albums added back
Diffstat (limited to 'views/default/forms')
-rw-r--r--views/default/forms/photos/album/sort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/forms/photos/album/sort.php b/views/default/forms/photos/album/sort.php
index 524112e0c..49bd016aa 100644
--- a/views/default/forms/photos/album/sort.php
+++ b/views/default/forms/photos/album/sort.php
@@ -21,7 +21,7 @@ echo '<ul id="tidypics-sort" class="elgg-gallery">';
foreach ($image_guids as $image_guid) {
$image = get_entity($image_guid);
$img = elgg_view('output/img', array(
- 'src' => $image->getSrcURL(),
+ 'src' => $image->getIconURL(),
));
echo "<li class=\"mam\" id=\"$image_guid\">$img</li>";
}