From dc819f72e663d182e164e7ae5f455003ef53d5b8 Mon Sep 17 00:00:00 2001 From: Oldperl <44996956+oldperl@users.noreply.github.com> Date: Thu, 13 Dec 2018 13:03:07 +0000 Subject: [PATCH] fixes php 7.2 --- conlite/external/wysiwyg/tinymce3/editorclass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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