typo.... maybe that coffee's wearing off?

This commit is contained in:
Brion Vibber 2011-03-10 13:46:20 -08:00
parent e54eb9117f
commit 97df2f394f
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class PollPlugin extends MicroAppPlugin
$object->summary = $notice->content;
$object->link = $notice->bestUrl();
$response = Poll_response:getByNotice($notice);
$response = Poll_response::getByNotice($notice);
$poll = $response->getPoll();
/**