Photo model: set updated field in update()

pull/6482/head
fabrixxm 2018-11-21 18:08:23 +01:00 zatwierdzone przez Hypolite Petovan
rodzic 3e13799e70
commit 69fcdaf9ab
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -345,6 +345,8 @@ class Photo extends BaseObject
}
}
$fields['updated'] = DateTimeFormat::utcNow();
return DBA::update("photo", $fields, $conditions);
}