projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e54eb91
)
typo.... maybe that coffee's wearing off?
author
Brion Vibber
<brion@pobox.com>
Thu, 10 Mar 2011 21:46:20 +0000
(13:46 -0800)
committer
Brion Vibber
<brion@pobox.com>
Thu, 10 Mar 2011 21:46:20 +0000
(13:46 -0800)
plugins/Poll/PollPlugin.php
patch
|
blob
|
history
diff --git
a/plugins/Poll/PollPlugin.php
b/plugins/Poll/PollPlugin.php
index 5714653fb04f1d74efe92d9ce703a1ea6b750c20..6b8bf9608e3de1a09096b10b309d085dc5cebab3 100644
(file)
--- 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();
/**