Move PConfig::set() to DI::pConfig()->set()
This commit is contained in:
parent
ea3a9052d8
commit
febc835a2d
42 changed files with 185 additions and 185 deletions
|
@ -120,7 +120,7 @@ function planets_settings_post($a,$post) {
|
|||
if(! local_user())
|
||||
return;
|
||||
if($_POST['planets-submit'])
|
||||
PConfig::set(local_user(),'planets','enable',intval($_POST['planets']));
|
||||
DI::pConfig()->set(local_user(),'planets','enable',intval($_POST['planets']));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue