]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo.... maybe that coffee's wearing off?
authorBrion Vibber <brion@pobox.com>
Thu, 10 Mar 2011 21:46:20 +0000 (13:46 -0800)
committerBrion Vibber <brion@pobox.com>
Thu, 10 Mar 2011 21:46:20 +0000 (13:46 -0800)
plugins/Poll/PollPlugin.php

index 5714653fb04f1d74efe92d9ce703a1ea6b750c20..6b8bf9608e3de1a09096b10b309d085dc5cebab3 100644 (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();
 
         /**