Upgrade to 3.9.0
This commit is contained in:
@@ -255,9 +255,7 @@ class Plugin extends Model
|
||||
}
|
||||
}
|
||||
|
||||
if ($option === null) {
|
||||
$option = $kirby->option('updates') ?? true;
|
||||
}
|
||||
$option ??= $kirby->option('updates') ?? true;
|
||||
|
||||
if ($option !== true) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user