summaryrefslogtreecommitdiff
path: root/core/helpers/photo.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-02 20:14:13 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-02 20:14:13 +0000
commit0fd82598b50fb5d93816689525f3a1bd7b4e52ab (patch)
treea0488b2c031e39f630d9d255c948b0dcb541ed2d /core/helpers/photo.php
parent977963444ac6ff4a97201c8c691379fc638e9935 (diff)
Move make_album_cover and remove_album_cover out of Item_Model and
into the core helper. Clean up interactions so that when we remove an album cover we pick a new one, or clean out the old album cover if there are no other choices.
Diffstat (limited to 'core/helpers/photo.php')
-rw-r--r--core/helpers/photo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/photo.php b/core/helpers/photo.php
index 199633af..0677b7e1 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) {
- $photo->make_album_cover();
+ core::make_album_cover($photo);
}
return $photo;