summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/views/welcome.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index cb5d8cc2..79ff40b3 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -364,7 +364,7 @@
<span class="understate">(<?= $current->album->id ?>)</span>
<?= html::anchor("albums/{$current->album->id}", $current->album->title) ?>
&raquo;
- <? foreach (array("view", "edit") as $perm): ?>
+ <? foreach (array("view", "view_full", "edit") as $perm): ?>
<? if (access::group_can(group::everybody(), $perm, $current->album)): ?>
<?= html::anchor("welcome/deny_perm/1/$perm/{$current->album->id}", strtoupper($perm), array("class" => "allowed")) ?>
<? else: ?>