do not show status editor in /display - we most probably want to read the thread or comment.
This commit is contained in:
parent
08996e5b9b
commit
0bec45e570
@ -52,6 +52,7 @@ function display_content(&$a, $update = 0, $load = false) {
|
|||||||
'deny_gid' => $channel['channel_deny_gid']
|
'deny_gid' => $channel['channel_deny_gid']
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/*
|
||||||
$x = array(
|
$x = array(
|
||||||
'is_owner' => true,
|
'is_owner' => true,
|
||||||
'allow_location' => ((intval(get_pconfig($channel['channel_id'],'system','use_browser_location'))) ? '1' : ''),
|
'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);
|
$o .= status_editor($a,$x);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// This page can be viewed by anybody so the query could be complicated
|
// This page can be viewed by anybody so the query could be complicated
|
||||||
|
Reference in New Issue
Block a user