1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

PHP8 fix for FAQs failing.

This commit is contained in:
Cameron
2021-01-03 10:31:38 -08:00
parent 721892f5bf
commit 0958f41d9a

View File

@@ -28,6 +28,9 @@ class faqs_shortcodes extends e_shortcode
private $share = false;
private $datestamp = false;
private $questionCharLimit = 255;
public $pref;
public $tag;
public $category;
public function __construct()