mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 18:04:26 +02:00
Move PConfig::delete() to DI::pConfig()->delete()
This commit is contained in:
parent
febc835a2d
commit
346bf125a7
7 changed files with 35 additions and 35 deletions
|
@ -128,7 +128,7 @@ function catavatar_addon_settings_post(App $a, &$s)
|
|||
}
|
||||
|
||||
if (!empty($_POST['catavatar-emailcat'])) {
|
||||
PConfig::delete(local_user(), 'catavatar', 'seed');
|
||||
DI::pConfig()->delete(local_user(), 'catavatar', 'seed');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue