mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Null checks for e107TinyMceParserTest
- FIX: Do not redefine e_ADMIN_AREA in parser.php - FIX: Null checks for e107TinyMceParser - FIX: Array type check for e_bbcode::imgToBBcode() - FIX: Optional query string in e_parse::thumbUrlDecode() - FIX: Don't redefine TINYMCE_UNIT_TEST
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
protected function _before()
|
||||
{
|
||||
define('TINYMCE_UNIT_TEST', true);
|
||||
@define('TINYMCE_UNIT_TEST', true);
|
||||
require_once(e_PLUGIN."tinymce4/plugins/e107/parser.php");
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user