- Patch #40630 by Morbus: made sure $teaser is always defined.

4.7.x
Dries Buytaert 2005-12-14 13:30:01 +00:00
parent c11080c02e
commit d4fe9203ed
2 changed files with 2 additions and 0 deletions

View File

@ -292,6 +292,7 @@ function poll_perm() {
* Creates a simple teaser that lists all the choices.
*/
function poll_teaser($node) {
$teaser = NULL;
if (is_array($node->choice)) {
foreach ($node->choice as $k => $choice) {
$teaser .= '* '. $choice['chtext'] .'\n';

View File

@ -292,6 +292,7 @@ function poll_perm() {
* Creates a simple teaser that lists all the choices.
*/
function poll_teaser($node) {
$teaser = NULL;
if (is_array($node->choice)) {
foreach ($node->choice as $k => $choice) {
$teaser .= '* '. $choice['chtext'] .'\n';