diff options
author | friendica <info@friendica.com> | 2012-11-04 20:53:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-04 20:53:59 -0800 |
commit | 152641bf243dde9cf01d9a95038939ac9ddf0f3e (patch) | |
tree | 8ac950c4cb23d963691c8fa946fd6fed19eb8d9e /mod | |
parent | 94f737b69912a32b5ae693f5aab3da0df7956926 (diff) | |
download | volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.tar.gz volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.tar.bz2 volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.zip |
that was certainly some fun debugging (not)
Diffstat (limited to 'mod')
-rw-r--r-- | mod/display.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |