]> git.mxchange.org Git - friendica.git/blobdiff - update.php
some minor fixings
[friendica.git] / update.php
index 0c6b4393ebfb9b2eb4344b6e954d3bed8c25f20b..1bdccddeaa77f951fbb3ab93d365824dab2f7cfc 100644 (file)
@@ -373,14 +373,14 @@ function update_1309()
 function update_1315()
 {
        DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]);
+       return Update::SUCCESS;
 }
 
-function update_1316()
+function update_1318()
 {
        DBA::update('profile', ['marital' => "In a relation"], ['marital' => "Unavailable"]);
        DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
 
        Worker::add(PRIORITY_LOW, 'ProfileUpdate');
-       Contact::updateSelfFromUserID();
-       GContact::updateForUser();
-}
\ No newline at end of file
+       return Update::SUCCESS;
+}