aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-05 23:07:52 -0700
committerfriendica <info@friendica.com>2013-06-05 23:07:52 -0700
commite0c6ee208297123ddc2aa37eadda69289230a01f (patch)
treeaeda8c2e7e628efef15218723acfb311a601d6e6 /view
parentf18a909eefbc491bbdef68f0fc03d14af4b32191 (diff)
downloadvolse-hubzilla-e0c6ee208297123ddc2aa37eadda69289230a01f.tar.gz
volse-hubzilla-e0c6ee208297123ddc2aa37eadda69289230a01f.tar.bz2
volse-hubzilla-e0c6ee208297123ddc2aa37eadda69289230a01f.zip
photo album listing widget broken
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/photo_albums.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl
index b74c73fd3..935b2df0d 100755
--- a/view/tpl/photo_albums.tpl
+++ b/view/tpl/photo_albums.tpl
@@ -8,7 +8,7 @@
{{if $albums}}
<ul>
{{foreach $albums as $al}}
-<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.album}}</a></li>
+<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.text}}</a></li>
{{/foreach}}
</ul>
{{/if}}