diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-30 09:02:26 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-30 09:02:26 +0000 |
commit | 7eb58b6ca4bf8f1a14ef46b150bc19a0893f8892 (patch) | |
tree | dbeeefa6d9ef2bb7b6f3e46606b568f29bfaf2cd | |
parent | a481a684b6c0fcfbf624e91f7e4bb483d1e6a45a (diff) |
Add the view_full permission-- doesn't do anything yet
-rw-r--r-- | core/views/welcome.html.php | 2 |
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) ?> » - <? 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: ?> |