From eb2aae79873ddaf345926b1325753dfaf4e472a5 Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Thu, 5 May 2011 00:29:56 -0700
Subject: [PATCH] missing is_public in editpost

---
 mod/editpost.php | 1 +
 1 file changed, 1 insertion(+)

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 <strong>everybody</strong>'),
 		'$geotag' => $geotag,
 		'$nickname' => $a->user['nickname']
 	));