diff --git a/plugins/editors/tinymce/tinymce.php b/plugins/editors/tinymce/tinymce.php index c1535596f04b5..b603a38d63ff5 100644 --- a/plugins/editors/tinymce/tinymce.php +++ b/plugins/editors/tinymce/tinymce.php @@ -520,7 +520,7 @@ public function onDisplay( } } // Use CodeMirror in the code view instead of plain text to provide syntax highlighting - $sourcecode = $levelParams->get('highlightPlus', 1); + $sourcecode = $levelParams->get('highlightPlus', 1); if ($sourcecode) { $externalPlugins['highlightPlus'] = HTMLHelper::_('script', 'plg_editors_tinymce/plugins/highlighter/plugin.min.js', ['relative' => true, 'version' => 'auto', 'pathOnly' => true]);