missing is_public in editpost

This commit is contained in:
Friendika 2011-05-05 00:29:56 -07:00
parent 6348e4e47b
commit eb2aae7987
1 changed files with 1 additions and 0 deletions

View 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']
));