You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank's for you report. i can confirm the issue - it only affects users which are using other TinyMCE plugins. to fix it, please change line 72 of /enlighter/class/TinyMCE.php from
thank's for you report. i can confirm the issue - it only affects users which are using other TinyMCE plugins. to fix it, please change line 72 of /enlighter/class/TinyMCE.php
from
$styles = json_decode($tinyMceConfigData['style_formats']);
to
$styles = json_decode($tinyMceConfigData['style_formats'], true);
the fix will be included within the next release.
best regards, Andi
—
Reply to this email directly or view it on GitHub.
I have just download your plugin to experiment with my new wordpress based blog, and found the following error :
Cannot use object of type stdClass as array Line 100, 124 at /enlighter/class/TinyMCE.php
What I did ?, I just commented the code on line 100 and then on 124.
May you please check the issue and let me know your comments,
The text was updated successfully, but these errors were encountered: