aboutsummaryrefslogtreecommitdiff
path: root/views/default/tidypics/forms/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/tidypics/forms/edit.php')
-rw-r--r--views/default/tidypics/forms/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/tidypics/forms/edit.php b/views/default/tidypics/forms/edit.php
index 74d8e85ec..8e2bd9bcc 100644
--- a/views/default/tidypics/forms/edit.php
+++ b/views/default/tidypics/forms/edit.php
@@ -75,7 +75,7 @@ $container_guid = page_owner();
// determine if it is already the cover
$img_guid = $vars['entity']->guid;
$album = get_entity($container_guid);
- $cover_guid = $album->cover;
+ $cover_guid = $album->getCoverImageGuid();
if ($cover_guid != $img_guid) {