Skip to content

Commit

Permalink
[4.0] Update list of core extensions
Browse files Browse the repository at this point in the history
I you go to extensions manage and filter on non-core extensions then it should be empty on a clean install
  • Loading branch information
brianteeman committed Aug 19, 2018
1 parent bc36bcf commit ff9ec85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/src/Extension/ExtensionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class ExtensionHelper
array('component', 'com_tags', '', 1),
array('component', 'com_templates', '', 1),
array('component', 'com_users', '', 1),
array('component', 'com_workflow', '', 1),
array('component', 'com_wrapper', '', 0),

// Core file extensions
Expand Down Expand Up @@ -235,6 +236,7 @@ class ExtensionHelper
array('plugin', 'remember', 'system', 0),
array('plugin', 'sef', 'system', 0),
array('plugin', 'stats', 'system', 0),
array('plugin', 'sessiongc', 'system', 0),
array('plugin', 'updatenotification', 'system', 0),

// Core plugin extensions - two factor authentication
Expand Down

0 comments on commit ff9ec85

Please sign in to comment.