Added return Update::Success
This commit is contained in:
parent
98b6764bfd
commit
9af20096a3
1 changed files with 2 additions and 0 deletions
|
@ -373,6 +373,7 @@ function update_1309()
|
||||||
function update_1315()
|
function update_1315()
|
||||||
{
|
{
|
||||||
DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]);
|
DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]);
|
||||||
|
return Update::Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_1318()
|
function update_1318()
|
||||||
|
@ -381,4 +382,5 @@ function update_1318()
|
||||||
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
|
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);
|
||||||
|
|
||||||
Worker::add(PRIORITY_LOW, 'ProfileUpdate');
|
Worker::add(PRIORITY_LOW, 'ProfileUpdate');
|
||||||
|
return Update::Success;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue