mirror of
https://github.com/e107inc/e107.git
synced 2025-10-11 21:15:09 +02:00
Clean up of old preset_class code and tinymce fixes.
This commit is contained in:
@@ -17,7 +17,7 @@ if($_POST['mode'] == 'tohtml')
|
||||
{
|
||||
$content = $tp->toDB($_POST['content']);
|
||||
e107::getBB()->setClass($_SESSION['media_category']);
|
||||
echo $tp->toHtml($content, true, 'wysiwyg');
|
||||
echo $tp->toHtml($content, true);
|
||||
e107::getBB()->clearClass();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user