aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-24 15:01:59 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-24 15:01:59 -0700
commite01873b4cf3c217f7ee0baafbee1ba9dd42e0408 (patch)
tree21aacbacaf2b3d41a0fb06ce725444b49cdd8fad /include/conversation.php
parent268307b5346674159ef8f6d3fbfadaf41a7443f0 (diff)
parentfcaa980a3f8c0c8a98ba6912826b694371cdd26a (diff)
downloadvolse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.tar.gz
volse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.tar.bz2
volse-hubzilla-e01873b4cf3c217f7ee0baafbee1ba9dd42e0408.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 19c5bda14..42ce140a6 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1200,6 +1200,7 @@ function status_editor($a, $x, $popup = false) {
'$shortnoloc' => t('clear location'),
'$title' => ((x($x, 'title')) ? htmlspecialchars($x['title'], ENT_COMPAT,'UTF-8') : ''),
'$placeholdertitle' => t('Title (optional)'),
+ '$hidetitle' => ((x($x, 'hidetitle')) ? $x['hidetitle'] : false),
'$catsenabled' => ((feature_enabled($x['profile_uid'], 'categories') && (! $webpage)) ? 'categories' : ''),
'$category' => "",
'$placeholdercategory' => t('Categories (optional, comma-separated list)'),