mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 13:34:39 +02:00
Blogger Import added. TinyMce Image fixes. Custom-pages fixes. Moved Upload-js out of admin header and into media-manager page only. Parser fixes for [html] bbcode. XML parser fix for <content:encoded> rss tags.
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);
|
||||
echo $tp->toHtml($content, true, 'wysiwyg');
|
||||
e107::getBB()->clearClass();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user