1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Newsfeeds: Fixes #1495. Admin-area rewrite using admin-ui. Newsfeed class is now compatible with PHP7.

This commit is contained in:
Cameron
2016-04-20 17:25:32 -07:00
parent 716678a3b7
commit f6ca9f8883
9 changed files with 376 additions and 258 deletions

View File

@@ -888,6 +888,7 @@ class poll_shortcodes extends e_shortcode
public $answerOption = array();
public $answerCount = 0;
public $pollRenderType = null; // type
public $pollRenderMode = null;
public $pollPreview = false;
public $pollVoteTotal = 0;
public $pollCommentTotal = 0;