diff options
author | friendica <info@friendica.com> | 2015-03-06 03:04:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-06 03:04:04 -0800 |
commit | 73891dc5824f7495ce1103f826b88f3b8750f70f (patch) | |
tree | 4a9e7f20c66cf7ee9dbdf21bdb0cef33c6dca672 /mod/settings.php | |
parent | f6da235a7d0eae48f7b691a139825708b99dcd75 (diff) | |
download | volse-hubzilla-73891dc5824f7495ce1103f826b88f3b8750f70f.tar.gz volse-hubzilla-73891dc5824f7495ce1103f826b88f3b8750f70f.tar.bz2 volse-hubzilla-73891dc5824f7495ce1103f826b88f3b8750f70f.zip |
reverse smilie storage also
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 3dea83bb6..595878543 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -185,7 +185,7 @@ function settings_post(&$a) { set_pconfig(local_channel(),'system','user_scalable',$user_scalable); set_pconfig(local_channel(),'system','update_interval', $browser_update); set_pconfig(local_channel(),'system','itemspage', $itemspage); - set_pconfig(local_channel(),'system','no_smilies',$nosmile); + set_pconfig(local_channel(),'system','no_smilies',1-intval($nosmile)); set_pconfig(local_channel(),'system','title_tosource',$title_tosource); set_pconfig(local_channel(),'system','channel_list_mode', $channel_list_mode); set_pconfig(local_channel(),'system','network_list_mode', $network_list_mode); |