don't calculate replies for remote notices

This commit is contained in:
Evan Prodromou
2010-02-21 23:56:48 -05:00
parent a9599d53c5
commit 891e002883
3 changed files with 31 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ class DistribQueueHandler
}
try {
$recipients = $notice->saveReplies();
$recipients = $notice->getReplies();
} catch (Exception $e) {
$this->logit($notice, $e);
}
@@ -107,7 +107,7 @@ class DistribQueueHandler
return true;
}
protected function logit($notice, $e)
{
common_log(LOG_ERR, "Distrib queue exception saving notice $notice->id: " .