fix list of distributed modules versions
This commit is contained in:
parent
8f48b16560
commit
908abd74c9
@ -53,19 +53,11 @@ class Versions extends CleanerParent
|
|||||||
|
|
||||||
public function distributed(): array
|
public function distributed(): array
|
||||||
{
|
{
|
||||||
return [
|
return array_merge(
|
||||||
'antispam',
|
['core'],
|
||||||
'blogroll',
|
explode(',', DC_DISTRIB_THEMES),
|
||||||
'blowupConfig',
|
explode(',', DC_DISTRIB_PLUGINS)
|
||||||
'core',
|
);
|
||||||
'dcCKEditor',
|
|
||||||
'dcLegacyEditor',
|
|
||||||
'pages',
|
|
||||||
'pings',
|
|
||||||
'simpleMenu',
|
|
||||||
'tags',
|
|
||||||
'widgets',
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function values(): array
|
public function values(): array
|
||||||
|
Loading…
Reference in New Issue
Block a user