]> git.mxchange.org Git - friendica-addons.git/blobdiff - ifttt/ifttt.php
GContact moved to src
[friendica-addons.git] / ifttt / ifttt.php
index ddd517e2603bcd333a965172a33fd6d0e2698597..2828d5026562719a2ca69c2bef36e9361a8c1f91 100644 (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) {