mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +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
|
@ -89,7 +89,7 @@ function ifttt_settings(App $a, &$s)
|
|||
function ifttt_settings_post()
|
||||
{
|
||||
if (!empty($_POST['ifttt-submit']) && isset($_POST['ifttt-rekey'])) {
|
||||
PConfig::delete(local_user(), 'ifttt', 'key');
|
||||
DI::pConfig()->delete(local_user(), 'ifttt', 'key');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue