mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
not needed update contacts as marital status is not there
This commit is contained in:
parent
884638c093
commit
e33733f297
1 changed files with 1 additions and 3 deletions
|
@ -381,6 +381,4 @@ function update_1317()
|
|||
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'ProfileUpdate');
|
||||
Contact::updateSelfFromUserID();
|
||||
GContact::updateForUser();
|
||||
}
|
Loading…
Reference in a new issue