mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
This commit is contained in:
committed by
Pierrick Le Gall
parent
b585f5bcc3
commit
c9ab538319
@@ -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']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user