Fixed Typo in XenForo_Model_UserTagging

Mr. Goodie2Shoes

Well-known member
Licensed customer
On line 108 it's:
PHP:
$this->_plainBbCodeReplacements = array();

I think it should be:
PHP:
$this->_plainReplacements = array();
?
 
Back
Top Bottom