not needed update contacts as marital status is not there

This commit is contained in:
Jeroen De meerleer 2019-07-08 00:00:48 +02:00
parent 884638c093
commit e33733f297
1 changed files with 1 additions and 3 deletions

View File

@ -381,6 +381,4 @@ function update_1317()
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
Worker::add(PRIORITY_LOW, 'ProfileUpdate');
Contact::updateSelfFromUserID();
GContact::updateForUser();
}
}