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/helpers/photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/photo.php') diff --git a/core/helpers/photo.php b/core/helpers/photo.php index 0677b7e1..c086393e 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -98,7 +98,7 @@ class photo_Core { // If the parent has no cover item, make this it. if ($parent->album_cover_item_id == null) { - core::make_album_cover($photo); + item::make_album_cover($photo); } return $photo; -- cgit v1.2.3