aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-16 16:04:46 -0800
committerfriendica <info@friendica.com>2014-02-16 16:04:46 -0800
commit70526915c87b57e4d91f0ab9a518d34a6dc04c82 (patch)
treea8f736754077e2a113b51185ec55d2f86657f7b2 /mod
parent16cd9e2a7e111b4c1ea8babb69862cb82775fa09 (diff)
downloadvolse-hubzilla-70526915c87b57e4d91f0ab9a518d34a6dc04c82.tar.gz
volse-hubzilla-70526915c87b57e4d91f0ab9a518d34a6dc04c82.tar.bz2
volse-hubzilla-70526915c87b57e4d91f0ab9a518d34a6dc04c82.zip
several things were not working correctly w/r/t community tagging. The preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit.
Diffstat (limited to 'mod')
-rw-r--r--mod/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php
index ec758bc90..97965d0fd 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -939,6 +939,7 @@ function settings_content(&$a) {
'$pmacro1' => t('Private - <em>default private, never open or public</em>'),
'$pmacro0' => t('Blocked - <em>default blocked to/from everybody</em>'),
'$permiss_arr' => $permiss,
+ '$blocktags' => array('blocktags',t('Allow others to tag your posts'), 1-$blocktags, t('Often used by the community to retro-actively flag inappropriate content'),array(t('No'),t('Yes'))),
'$lbl_p2macro' => t('Advanced Privacy Settings'),