mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
firmware: don't mess with the model
This commit is contained in:
parent
1b10075eb8
commit
ab49e2054b
@ -166,9 +166,6 @@ switch ($action) {
|
||||
echo "Registering release type: " . (!empty($type) ? $type : 'community') . PHP_EOL;
|
||||
$config->system->firmware->type = $type;
|
||||
}
|
||||
if (empty($config->system->firmware->type)) {
|
||||
unset($config->system->firmware->type);
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
case 'resync':
|
||||
foreach (array_keys($plugins) as $name) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user