diff options
author | Mario <mario@mariovavti.com> | 2023-12-20 12:15:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-12-20 12:15:24 +0000 |
commit | 3aefe23184c25c1fc0865313d13902cabfb934d3 (patch) | |
tree | 45bf4f35de4c64261db85616dc9e3a39f3a31324 /include | |
parent | 6f852814fd5ba6dab0e56e6d73666d438e6d0c09 (diff) | |
download | volse-hubzilla-3aefe23184c25c1fc0865313d13902cabfb934d3.tar.gz volse-hubzilla-3aefe23184c25c1fc0865313d13902cabfb934d3.tar.bz2 volse-hubzilla-3aefe23184c25c1fc0865313d13902cabfb934d3.zip |
changelog
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index 27dd94bc5..b9e3835e7 100644 --- a/include/text.php +++ b/include/text.php @@ -1798,8 +1798,7 @@ function prepare_body(&$item,$attach = false,$opts = false) { } } - - $poll = (($item['obj_type'] === 'Question' && in_array($item['verb'],[ ACTIVITY_POST, ACTIVITY_UPDATE, ACTIVITY_SHARE ])) ? format_poll($item, $s, $opts) : false); + $poll = (($item['obj_type'] === 'Question' && in_array($item['verb'],[ ACTIVITY_POST, ACTIVITY_UPDATE ])) ? format_poll($item, $s, $opts) : false); if ($poll) { $s = $poll; } |