aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-05 00:29:56 -0700
committerFriendika <info@friendika.com>2011-05-05 00:29:56 -0700
commiteb2aae79873ddaf345926b1325753dfaf4e472a5 (patch)
tree117fe94a22dc2231fc4f76cdb55bbd2ba2381a69 /mod/editpost.php
parent6348e4e47b492d31a20a91917963126a4d6dc30b (diff)
downloadvolse-hubzilla-eb2aae79873ddaf345926b1325753dfaf4e472a5.tar.gz
volse-hubzilla-eb2aae79873ddaf345926b1325753dfaf4e472a5.tar.bz2
volse-hubzilla-eb2aae79873ddaf345926b1325753dfaf4e472a5.zip
missing is_public in editpost
Diffstat (limited to 'mod/editpost.php')
-rw-r--r--mod/editpost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php
index 3c92e8bbe..fd84fc26d 100644
--- a/mod/editpost.php
+++ b/mod/editpost.php
@@ -35,6 +35,7 @@ function editpost_content(&$a) {
$a->page['htmlhead'] .= replace_macros($tpl, array(
'$baseurl' => $a->get_baseurl(),
+ '$ispublic' => t('Visible to <strong>everybody</strong>'),
'$geotag' => $geotag,
'$nickname' => $a->user['nickname']
));