mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #1449 - Polls failing in PHP7 and Multiple options voting not functioning.
This commit is contained in:
@@ -1290,6 +1290,9 @@ class e_shortcode
|
||||
*/
|
||||
protected $scVars = null;
|
||||
|
||||
/**
|
||||
* e_shortcode constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->scVars = new e_vars();
|
||||
|
Reference in New Issue
Block a user