aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-29 21:38:36 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-29 21:38:36 +0200
commit931a4fafe316b23bacf92ac1ff35f9b8467415dd (patch)
treecedf2c977cf289dd9b3a5634ced1cd92c6a21baa /include/conversation.php
parent83a0e82d5cba8d3e241c51e3c2e9fd2466183b72 (diff)
downloadvolse-hubzilla-931a4fafe316b23bacf92ac1ff35f9b8467415dd.tar.gz
volse-hubzilla-931a4fafe316b23bacf92ac1ff35f9b8467415dd.tar.bz2
volse-hubzilla-931a4fafe316b23bacf92ac1ff35f9b8467415dd.zip
get rid of the unused ispublic variable
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 14fee19b2..b1b47df39 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1175,7 +1175,6 @@ function status_editor($a, $x, $popup = false) {
'$pretext' => ((x($x,'pretext')) ? $x['pretext'] : ''),
'$geotag' => $geotag,
'$nickname' => $x['nickname'],
- '$ispublic' => ((x($x,'ispublic')) ? $x['ispublic'] : t('Visible to <strong>everybody</strong>')),
'$linkurl' => t('Please enter a link URL:'),
'$term' => t('Tag term:'),
'$whereareu' => t('Where are you right now?'),