diff options
-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 60cbb426..744575fc 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -6,7 +6,7 @@ </span> </a> -<? if ($item->is_album() && graphics::can("rotate")): ?> +<? if ($item->is_photo() && graphics::can("rotate")): ?> <a class="clockwise" href="<?= url::site("quick/rotate/$item->id/cw?csrf=" . access::csrf_token()) ?>" title="<?= t("Rotate 90 degrees clockwise") ?>"> <span> |