Skip to content

Commit

Permalink
Skip adding com_jce to components list
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandemmer committed Oct 11, 2024
1 parent 480887b commit 886dc04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/com_jce/editor/libraries/classes/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,7 @@ protected function getProfiles($options = array())
if (!empty($item->components)) {
$components = explode(',', $item->components);

// add com_jce
array_push($components, 'com_jce');

// ensure com_jce is included
// remove duplicates
$components = array_unique($components);

if (in_array($vars['option'], $components) === false) {
Expand Down

0 comments on commit 886dc04

Please sign in to comment.