From 2b64efd907b46498e6a23b746474b2c7781a937a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 11 Nov 2017 07:22:46 +0100 Subject: [PATCH] use pconfig::delete in fromgplus addon --- fromgplus/fromgplus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fromgplus/fromgplus.php b/fromgplus/fromgplus.php index 984ab4b4..0627b026 100644 --- a/fromgplus/fromgplus.php +++ b/fromgplus/fromgplus.php @@ -86,7 +86,7 @@ function fromgplus_addon_settings_post(&$a,&$b) { PConfig::set(local_user(),'fromgplus', 'keywords', $keywords); if (!$enable) - del_pconfig(local_user(),'fromgplus','lastdate'); + PConfig::delete(local_user(),'fromgplus','lastdate'); info( t('Google+ Import Settings saved.') . EOL); }