diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-29 03:14:43 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-29 03:14:43 +0000 |
commit | 8d4b0afa4f42f6c00482bf72a2ce4c8b3a40028b (patch) | |
tree | 7347f20e2ebb4bfa2aa56e8c96db2ed15a8b4b2d /core/views | |
parent | 01d81ec6b42d30db83a1a12bbd2e5bc08944b0e2 (diff) |
Support making an album the album cover for its parent
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/quick_pane.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index 8d39d214..35c9dcf1 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -28,7 +28,7 @@ </span> </a> -<? if ($item->type == "photo" && access::can("edit", $item->parent())): ?> +<? if (access::can("edit", $item->parent())): ?> <a class="cover" href="<?= url::site("quick/make_album_cover/$item->id?csrf=" . access::csrf_token()) ?>" title="<?= t("Select as album cover") ?>"> <span> |