From 3ba056d7145ad20ed278256c10033bcb4b1a97c1 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jan 2009 07:11:14 +0000 Subject: Add a quick edit pane for albums, too. --- core/controllers/quick.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'core/controllers/quick.php') diff --git a/core/controllers/quick.php b/core/controllers/quick.php index 3f3c1f0c..e382a444 100644 --- a/core/controllers/quick.php +++ b/core/controllers/quick.php @@ -24,11 +24,9 @@ class Quick_Controller extends Controller { return ""; } - if ($item->type == "photo") { - $view = new View("quick_pane.html"); - $view->item = $item; - print $view; - } + $view = new View("quick_pane.html"); + $view->item = $item; + print $view; } public function rotate($id, $dir) { -- cgit v1.2.3