That should fix uploads...
This commit is contained in:
parent
380871ccc7
commit
e83df684c0
@ -34,7 +34,7 @@ require_once ('include/conversation.php');
|
|||||||
$x = array(
|
$x = array(
|
||||||
'webpage' => 1,
|
'webpage' => 1,
|
||||||
'is_owner' => true,
|
'is_owner' => true,
|
||||||
'nickname' => $channel['channel_address'],
|
'nickname' => $a->profile['channel_address'],
|
||||||
'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
|
'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
|
||||||
'bang' => (($group || $cid) ? '!' : ''),
|
'bang' => (($group || $cid) ? '!' : ''),
|
||||||
'visitor' => 'block',
|
'visitor' => 'block',
|
||||||
|
Reference in New Issue
Block a user