fix list of distributed modules versions

master
Jean-Christian Paul Denis 2023-05-13 17:16:25 +02:00
parent 8f48b16560
commit 908abd74c9
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 5 additions and 13 deletions

View File

@ -53,19 +53,11 @@ class Versions extends CleanerParent
public function distributed(): array
{
return [
'antispam',
'blogroll',
'blowupConfig',
'core',
'dcCKEditor',
'dcLegacyEditor',
'pages',
'pings',
'simpleMenu',
'tags',
'widgets',
];
return array_merge(
['core'],
explode(',', DC_DISTRIB_THEMES),
explode(',', DC_DISTRIB_PLUGINS)
);
}
public function values(): array