1
0
Fork 0

Another worker process moved

This commit is contained in:
Michael 2017-11-17 22:16:34 +00:00
commit 3687ef2f8c
3 changed files with 23 additions and 25 deletions

View file

@ -68,7 +68,7 @@ function contact_remove($id) {
dba::delete('contact', array('id' => $id));
// Delete the rest in the background
Worker::add(PRIORITY_LOW, 'remove_contact', $id);
Worker::add(PRIORITY_LOW, 'RemoveContact', $id);
}