diff options
Diffstat (limited to 'core/helpers/album.php')
| -rw-r--r-- | core/helpers/album.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/core/helpers/album.php b/core/helpers/album.php index faf0fd98..53af0079 100644 --- a/core/helpers/album.php +++ b/core/helpers/album.php @@ -39,6 +39,8 @@ class album_Core {      $album->description = $description;      $album->name = $name;      $album->owner_id = $owner_id; +    $album->thumb_dirty = 1; +    $album->resize_dirty = 1;      while (ORM::factory("item")             ->where("parent_id", $parent_id)  | 
