mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Backward Compatibility fix for TinyMce editing.
This commit is contained in:
@@ -464,6 +464,7 @@ class e_bbcode
|
||||
// return the class for a bbcode
|
||||
function getClass($type='')
|
||||
{
|
||||
|
||||
$ret = "bbcode-".$type;
|
||||
if($this->class)
|
||||
{
|
||||
|
Reference in New Issue
Block a user