]> git.mxchange.org Git - friendica-addons.git/blobdiff - widgets/widgets.php
Remove references to include/group.php
[friendica-addons.git] / widgets / widgets.php
old mode 100755 (executable)
new mode 100644 (file)
index e629324..a232d9e
@@ -23,7 +23,7 @@ function widgets_settings_post(){
        if(! local_user())
                return;
        if (isset($_POST['widgets-submit'])){
-               del_pconfig(local_user(), 'widgets', 'key');
+               PConfig::delete(local_user(), 'widgets', 'key');
                
        }
 }