kopia lustrzana https://github.com/friendica/friendica
Photo model: set updated field in update()
rodzic
3e13799e70
commit
69fcdaf9ab
|
@ -345,6 +345,8 @@ class Photo extends BaseObject
|
|||
}
|
||||
}
|
||||
|
||||
$fields['updated'] = DateTimeFormat::utcNow();
|
||||
|
||||
return DBA::update("photo", $fields, $conditions);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue