fix hubdistrib

This commit is contained in:
Brion Vibber 2010-02-10 20:47:42 +00:00
parent 045797331c
commit 7752612ef6
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class HubDistribQueueHandler extends QueueHandler
foreach ($notice->getGroups() as $group) {
$this->pushGroup($notice, $group->group_id);
}
return true;
}
function pushUser($notice)