From: Brion Vibber Date: Thu, 10 Mar 2011 21:46:20 +0000 (-0800) Subject: typo.... maybe that coffee's wearing off? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=97df2f394fbb4c178e6b8d4da469b51625dfb45c;p=quix0rs-gnu-social.git typo.... maybe that coffee's wearing off? --- diff --git a/plugins/Poll/PollPlugin.php b/plugins/Poll/PollPlugin.php index 5714653fb0..6b8bf9608e 100644 --- a/plugins/Poll/PollPlugin.php +++ b/plugins/Poll/PollPlugin.php @@ -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(); /**