From b4c9a970502c491840d640857ee1617e86207ffd Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 2 May 2009 20:34:02 +0000 Subject: Create item helper and move move_item(), remove_album_cover() and make_album_cover() functions into it. --- core/controllers/quick.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers/quick.php') diff --git a/core/controllers/quick.php b/core/controllers/quick.php index 0f1a3244..9382786e 100644 --- a/core/controllers/quick.php +++ b/core/controllers/quick.php @@ -82,7 +82,7 @@ class Quick_Controller extends Controller { public function make_album_cover($id) { access::verify_csrf(); - core::make_album_cover(ORM::factory("item", $id)); + item::make_album_cover(ORM::factory("item", $id)); print json_encode(array("result" => "success")); } -- cgit v1.2.3