skip core install/update
This commit is contained in:
parent
885b4c18fc
commit
031f1a16a9
@ -24,6 +24,10 @@ class InstallExtraModules
|
||||
return;
|
||||
}
|
||||
|
||||
if ($event->alias == 'core') {
|
||||
return;
|
||||
}
|
||||
|
||||
$extra_modules = module($event->alias)->get('extra-modules');
|
||||
|
||||
if (empty($extra_modules)) {
|
||||
|
@ -21,6 +21,10 @@ class UpdateExtraModules
|
||||
return;
|
||||
}
|
||||
|
||||
if ($event->alias == 'core') {
|
||||
return;
|
||||
}
|
||||
|
||||
$extra_modules = module($event->alias)->get('extra-modules');
|
||||
|
||||
if (empty($extra_modules)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user