1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Fixes #3350 php closing tag removed.

This commit is contained in:
Cameron
2018-08-05 10:53:48 -07:00
parent 9bab8cc8c4
commit f4d4024fbb

View File

@@ -60,7 +60,7 @@ if((e107::wysiwyg(null, true) === 'tinymce4' && check_class($pref['post_html']))
}
}
else
// else
{
// e107::js('tinymce4','plugins/compat3x/tiny_mce_popup.js');
// e107::js('tinymce','tiny_mce_popup.js','jquery');
@@ -188,4 +188,3 @@ if((e107::wysiwyg(null, true) === 'tinymce4' && check_class($pref['post_html']))
}
?>