mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02:00
Fix missing return statement
This commit is contained in:
parent
df7c3a6566
commit
696972629d
1 changed files with 2 additions and 0 deletions
|
@ -92,5 +92,7 @@ HELP;
|
||||||
CoreWorker::unclaimProcess($process);
|
CoreWorker::unclaimProcess($process);
|
||||||
|
|
||||||
$this->processRepo->delete($process);
|
$this->processRepo->delete($process);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue