From e1817474eae438787f1b4c28d9862b8044ae5942 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 18 Sep 2017 17:50:23 +0200 Subject: [PATCH] (cp c9ab538) Fixs issue #760 date_creation not refreshed when changing it from picture_modify (#763) --- admin/picture_modify.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 24cdc22d4..0e0aed520 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -209,6 +209,12 @@ SELECT $tag_selection = get_taglist($query); $row = $page['image']; + +if (isset($data['date_creation'])) +{ + $row['date_creation'] = $data['date_creation']; +} + $storage_category_id = null; if (!empty($row['storage_category_id'])) {