From: Friendika Date: Thu, 5 May 2011 07:29:56 +0000 (-0700) Subject: missing is_public in editpost X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb2aae79873ddaf345926b1325753dfaf4e472a5;p=friendica.git missing is_public in editpost --- diff --git a/mod/editpost.php b/mod/editpost.php index 3c92e8bbe6..fd84fc26d5 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 everybody'), '$geotag' => $geotag, '$nickname' => $a->user['nickname'] ));