From: Tobias Diekershoff Date: Sat, 8 Dec 2012 08:17:30 +0000 (+0100) Subject: forgot some logger calls m) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e53138a7377679fdf7a84f7c6364be11bb445f11;p=friendica-addons.git forgot some logger calls m) --- diff --git a/forumlist.tgz b/forumlist.tgz index 446a6fa8..1f303145 100644 Binary files a/forumlist.tgz and b/forumlist.tgz differ diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php index 4ca06385..37752462 100644 --- a/forumlist/forumlist.php +++ b/forumlist/forumlist.php @@ -124,14 +124,8 @@ function forumlist_profile_advanced($a,&$b) { function forumlist_plugin_settings_post($a,$post) { - - logger('forum list save 1'); - if(! local_user() || (! x($_POST,'forumlist-settings-submit'))) return; - - logger('forum list save 2'); - // set_pconfig(local_user(),'forumlist','max_forumlists',intval($_POST['forumlist_max_forumlists'])); set_pconfig(local_user(),'forumlist','randomise',intval($_POST['forumlist_random'])); set_pconfig(local_user(),'forumlist','show_on_profile',intval($_POST['forumlist_profile']));