]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Now there are four more ...
[friendica.git] / update.php
index 0b482535df5d9ac04c1ea805c0e76c280027f346..5cf9bbc2d4e437719680e454092ab31f1bca6f26 100644 (file)
@@ -1601,7 +1601,7 @@ function update_1169() {
        if (!$r)
                return UPDATE_FAILED;
 
-       Worker::add(PRIORITY_LOW, "threadupdate");
+       Worker::add(PRIORITY_LOW, "ThreadUpdate");
 
        return UPDATE_SUCCESS;
 }
@@ -1650,7 +1650,7 @@ function update_1178() {
 function update_1180() {
 
        // Fill the new fields in the term table.
-       Worker::add(PRIORITY_LOW, "tagupdate");
+       Worker::add(PRIORITY_LOW, "TagUpdate");
 
        return UPDATE_SUCCESS;
 }