do not show status editor in /display - we most probably want to read the thread or comment.

This commit is contained in:
Mario Vavti 2015-07-09 21:03:10 +02:00
parent 08996e5b9b
commit 0bec45e570

View File

@ -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