From 152641bf243dde9cf01d9a95038939ac9ddf0f3e Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 Nov 2012 20:53:59 -0800 Subject: that was certainly some fun debugging (not) --- mod/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/display.php b/mod/display.php index 6a9f2a996..68d4204b2 100644 --- a/mod/display.php +++ b/mod/display.php @@ -118,7 +118,7 @@ function display_content(&$a) { 'visitor' => 'block', 'profile_uid' => local_user() ); - $o .= status_editor($a,$x,0,true); + $o .= status_editor($a,$x,true); $sql_extra = item_permissions_sql($a->profile['uid'],$remote_contact,$groups); -- cgit v1.2.3