mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
load hooks inside queue
This commit is contained in:
parent
dbaf3eca07
commit
182582eed8
2 changed files with 14 additions and 4 deletions
|
@ -24,6 +24,8 @@ function queue_run($argv, $argc){
|
|||
|
||||
$a->set_baseurl(get_config('system','url'));
|
||||
|
||||
load_hooks();
|
||||
|
||||
$deadguys = array();
|
||||
|
||||
logger('queue: start');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue