1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Fix for e_bbTest

This commit is contained in:
Cameron
2021-02-05 19:07:21 -08:00
parent 41304abc5a
commit e121920d20

View File

@@ -13,7 +13,7 @@
{
/** @var e_bbcode */
protected e_bbcode $bb;
protected $bb;
protected function _before()
{