(cp c9ab538) Fixs issue #760 date_creation not refreshed when changing it from picture_modify (#763)

This commit is contained in:
plegall
2017-09-18 17:50:23 +02:00
parent 75e1be46b1
commit e1817474ea
+6
View File
@@ -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']))
{