]> git.mxchange.org Git - friendica.git/blobdiff - update.php
some minor fixings
[friendica.git] / update.php
index 523232ef3e972d3ce419518f80eef2bf3d3caac6..1bdccddeaa77f951fbb3ab93d365824dab2f7cfc 100644 (file)
@@ -373,7 +373,7 @@ function update_1309()
 function update_1315()
 {
        DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]);
-       return Update::Success;
+       return Update::SUCCESS;
 }
 
 function update_1318()
@@ -382,5 +382,5 @@ function update_1318()
        DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
 
        Worker::add(PRIORITY_LOW, 'ProfileUpdate');
-       return Update::Success;
+       return Update::SUCCESS;
 }