mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 06:23:42 +00:00
forgot some logger calls m)
This commit is contained in:
parent
a0e00885a7
commit
e53138a737
2 changed files with 0 additions and 6 deletions
BIN
forumlist.tgz
BIN
forumlist.tgz
Binary file not shown.
|
@ -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']));
|
||||
|
|
Loading…
Reference in a new issue