mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
PHP8 fix for FAQs failing.
This commit is contained in:
@@ -28,6 +28,9 @@ class faqs_shortcodes extends e_shortcode
|
|||||||
private $share = false;
|
private $share = false;
|
||||||
private $datestamp = false;
|
private $datestamp = false;
|
||||||
private $questionCharLimit = 255;
|
private $questionCharLimit = 255;
|
||||||
|
public $pref;
|
||||||
|
public $tag;
|
||||||
|
public $category;
|
||||||
|
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
|
Reference in New Issue
Block a user