Move PConfig::set() to DI::pConfig()->set()
This commit is contained in:
@@ -42,7 +42,7 @@ function markdown_addon_settings_post(App $a, &$b)
|
||||
return;
|
||||
}
|
||||
|
||||
PConfig::set(local_user(), 'markdown', 'enabled', intval($_POST['enabled']));
|
||||
DI::pConfig()->set(local_user(), 'markdown', 'enabled', intval($_POST['enabled']));
|
||||
}
|
||||
|
||||
function markdown_post_local_start(App $a, &$request) {
|
||||
|
||||
Reference in New Issue
Block a user