diff --git a/conlite/external/wysiwyg/tinymce3/editorclass.php b/conlite/external/wysiwyg/tinymce3/editorclass.php index f33dc9a..ebafa02 100644 --- a/conlite/external/wysiwyg/tinymce3/editorclass.php +++ b/conlite/external/wysiwyg/tinymce3/editorclass.php @@ -59,7 +59,7 @@ class cTinyMCEEditor extends cWYSIWYGEditor { function cTinyMCEEditor($sEditorName, $sEditorContent) { global $belang, $cfg, $cfgClient, $client, $lang, $idart; - cWYSIWYGEditor::cWYSIWYGEditor($sEditorName, $sEditorContent); + parent::__construct($sEditorName, $sEditorContent); $this->_setEditor("tinymce3"); // Retrieve all settings for tinymce