diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-09 21:03:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-09 21:03:10 +0200 |
commit | 0bec45e5703a6f9845ae869a1b9a44f2ed559675 (patch) | |
tree | 247b38911e500a76c809d3d587a5bc5fd586da3c | |
parent | 08996e5b9b63efc4ca2fc29acb348b46c9e05741 (diff) | |
download | volse-hubzilla-0bec45e5703a6f9845ae869a1b9a44f2ed559675.tar.gz volse-hubzilla-0bec45e5703a6f9845ae869a1b9a44f2ed559675.tar.bz2 volse-hubzilla-0bec45e5703a6f9845ae869a1b9a44f2ed559675.zip |
do not show status editor in /display - we most probably want to read the thread or comment.
-rw-r--r-- | mod/display.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php index b5daea2de..0331ffe4b 100644 --- a/mod/display.php +++ b/mod/display.php @@ -52,6 +52,7 @@ function display_content(&$a, $update = 0, $load = false) { 'deny_gid' => $channel['channel_deny_gid'] ); +/* $x = array( 'is_owner' => true, 'allow_location' => ((intval(get_pconfig($channel['channel_id'],'system','use_browser_location'))) ? '1' : ''), @@ -67,7 +68,7 @@ function display_content(&$a, $update = 0, $load = false) { ); $o .= status_editor($a,$x); - +*/ } // This page can be viewed by anybody so the query could be complicated |