From 80d4df3a4a6fefcf69de5245934b4b0bfc0f8e20 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 6 Feb 2009 03:47:36 +0000 Subject: Convert all item->type == "album" to item->is_album() Convert all item->type == "photo" to item->is_photo() --- core/views/quick_pane.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/quick_pane.html.php') diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index 78a6c1ce..b5f40d94 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -6,7 +6,7 @@ -type == "photo" && graphics::can("rotate")): ?> +is_album() && graphics::can("rotate")): ?> id/cw?csrf=" . access::csrf_token()) ?>" title=""> -- cgit v1.2.3