]> git.mxchange.org Git - friendica.git/commitdiff
not needed update contacts as marital status is not there
authorJeroen De meerleer <me@jeroened.be>
Sun, 7 Jul 2019 22:00:48 +0000 (00:00 +0200)
committerJeroen De meerleer <me@jeroened.be>
Sun, 7 Jul 2019 22:00:48 +0000 (00:00 +0200)
update.php

index 6ce4b7e87f4d12bac74b0e628613f056e35f7c9a..1690e0434ea7355ba72bec79c3e82a42a907d8a2 100644 (file)
@@ -381,6 +381,4 @@ function update_1317()
        DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
 
        Worker::add(PRIORITY_LOW, 'ProfileUpdate');
-       Contact::updateSelfFromUserID();
-       GContact::updateForUser();
-}
\ No newline at end of file
+}