1
0
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:
Cameron
2013-03-18 02:16:41 -07:00
parent 86d77fa58b
commit 53b84b91f9
3 changed files with 15 additions and 4 deletions

View File

@@ -464,6 +464,7 @@ class e_bbcode
// return the class for a bbcode
function getClass($type='')
{
$ret = "bbcode-".$type;
if($this->class)
{