]> git.mxchange.org Git - friendica.git/commitdiff
missing is_public in editpost
authorFriendika <info@friendika.com>
Thu, 5 May 2011 07:29:56 +0000 (00:29 -0700)
committerFriendika <info@friendika.com>
Thu, 5 May 2011 07:29:56 +0000 (00:29 -0700)
mod/editpost.php

index 3c92e8bbe633a5e81f197aa5a31189c97ca47e01..fd84fc26d5a4ba24f9ba386315221524854f7741 100644 (file)
@@ -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']
        ));