1
0
Fork 0

Now there are four more ...

This commit is contained in:
Michael 2017-11-15 21:12:33 +00:00
commit 0aee6d383a
7 changed files with 113 additions and 104 deletions

View 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;
}