diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-09 22:31:21 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-09 22:31:21 +0200 |
commit | c7b55f775384dbb991fdac8e9f074208083df9f8 (patch) | |
tree | 6f9afcfa8b055151fb0b235e9cec42b55f140996 /mod | |
parent | 2b9a480c2f1060cf423471e6dc2aad0468f8c5b5 (diff) | |
download | volse-hubzilla-c7b55f775384dbb991fdac8e9f074208083df9f8.tar.gz volse-hubzilla-c7b55f775384dbb991fdac8e9f074208083df9f8.tar.bz2 volse-hubzilla-c7b55f775384dbb991fdac8e9f074208083df9f8.zip |
revert
do not show status editor in /display - we most probably want to read the thread or comment.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/display.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/display.php b/mod/display.php index 0331ffe4b..4a419daa5 100644 --- a/mod/display.php +++ b/mod/display.php @@ -52,7 +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' : ''), @@ -68,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 |