use more PConfig::delete #446

Merged
tobiasd merged 6 commits from 20171111-delpconfig into master 2017-11-11 09:11:24 +01:00
Showing only changes of commit 3a7fadec48 - Show all commits

View file

@ -77,7 +77,7 @@ function ifttt_settings_post(&$a,&$b) {
if(x($_POST,'ifttt-submit'))
if (isset($_POST['ifttt-rekey']))
del_pconfig(local_user(), 'ifttt', 'key');
PConfig::delete(local_user(), 'ifttt', 'key');
}
function ifttt_post(&$a) {