Don’t required the logged in Sone to match, a local Sone is enough.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 20 Sep 2011 20:06:56 +0000 (22:06 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 20 Sep 2011 20:06:56 +0000 (22:06 +0200)
src/main/resources/templates/imageBrowser.html

index 9bcaa9d..7e93f76 100644 (file)
@@ -89,7 +89,7 @@
                                <% album.description|html>
                        </div>
 
-                       <%if album.sone.current>
+                       <%if album.sone.local>
                                <%include include/uploadImage.html>
                                <%include include/createAlbum.html>
 
                                </div>
                        <%/foreach>
 
-                       <%if sone.current>
+                       <%if sone.local>
                                <%include include/createAlbum.html>
                        <%/if>