don't force replies to empty set in Poll_response
This commit is contained in:
parent
2998033816
commit
333876c6a9
@ -200,12 +200,10 @@ class Poll_response extends Managed_DataObject
|
||||
$rendered = sprintf(_m('voted for "%s"'), $link);
|
||||
|
||||
$tags = array();
|
||||
$replies = array();
|
||||
|
||||
$options = array_merge(array('urls' => array(),
|
||||
'rendered' => $rendered,
|
||||
'tags' => $tags,
|
||||
'replies' => $replies,
|
||||
'reply_to' => $poll->getNotice()->id,
|
||||
'object_type' => PollPlugin::POLL_RESPONSE_OBJECT),
|
||||
$options);
|
||||
|
Loading…
Reference in New Issue
Block a user