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

This commit is contained in:
MaximeBOURMAUD
2017-09-18 17:48:42 +02:00
committed by Pierrick Le Gall
parent b585f5bcc3
commit c9ab538319

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']))
{