summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2013-07-17 23:07:31 +0000
committerNathan Kinkade <nath@nkinka.de>2013-07-17 23:07:31 +0000
commit25c5218b5ee7361943979b386cc681cf158f707e (patch)
tree42da65dfeb85944f049a32c61824361828efafdf /modules/gallery/helpers
parent9ef4eff6aea4ec1135f7b12ff8f22dc296cc91ba (diff)
parentffecd3feffdb0d49e14c75d90e2765dcb3bddc02 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/item.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/gallery/helpers/item.php b/modules/gallery/helpers/item.php
index bbbc81d6..1330482f 100644
--- a/modules/gallery/helpers/item.php
+++ b/modules/gallery/helpers/item.php
@@ -63,11 +63,6 @@ class item_Core {
break;
}
}
-
- // If the target has no cover item, make this it.
- if ($target->album_cover_item_id == null) {
- item::make_album_cover($source);
- }
}
static function make_album_cover($item) {