Now there are four more ...
This commit is contained in:
parent
33e98d6264
commit
0aee6d383a
7 changed files with 113 additions and 104 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue