hook changes to support pubsubhubbub

This commit is contained in:
redmatrix
2016-02-10 19:12:28 -08:00
parent 91801d2e2c
commit d31d3df4ea
3 changed files with 34 additions and 6 deletions

View File

@@ -101,7 +101,7 @@ function queue_deliver($outq, $immediate = false) {
}
}
$arr = array('outq' => $outq, 'handled' => false, 'immediate' => $immediate);
$arr = array('outq' => $outq, 'base' => $base, 'handled' => false, 'immediate' => $immediate);
call_hooks('queue_deliver',$arr);
if($arr['handled'])
return;