From 6d18a39d0ea0dabab954d3a24bf34589c310aa10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 20 Sep 2011 22:06:56 +0200 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20required=20the=20logged=20in=20S?= =?utf8?q?one=20to=20match,=20a=20local=20Sone=20is=20enough.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/imageBrowser.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 9bcaa9d..7e93f76 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -89,7 +89,7 @@ <% album.description|html> - <%if album.sone.current> + <%if album.sone.local> <%include include/uploadImage.html> <%include include/createAlbum.html> @@ -240,7 +240,7 @@ <%/foreach> - <%if sone.current> + <%if sone.local> <%include include/createAlbum.html> <%/if> -- 2.7.4