mirror of
https://github.com/friendica/friendica
synced 2025-04-20 18:30:10 +00:00
Move Config::delete() to DI::config()->delete()
This commit is contained in:
parent
3411ced833
commit
a6a2efa18a
5 changed files with 9 additions and 21 deletions
|
@ -34,7 +34,7 @@ class Features extends BaseAdminModule
|
|||
if (!empty($_POST[$featurelock])) {
|
||||
DI::config()->set('feature_lock', $feature, $val);
|
||||
} else {
|
||||
Config::delete('feature_lock', $feature);
|
||||
DI::config()->delete('feature_lock', $feature);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue