attachment issue
This commit is contained in:
parent
6acff72d79
commit
3c477ea8d6
@ -18,7 +18,7 @@ function attach_init(&$a) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$c = q("select channel_address from channel where channel_id = %d limit 1",
|
$c = q("select channel_address from channel where channel_id = %d limit 1",
|
||||||
intval($r[0]['uid'])
|
intval($r['data']['uid'])
|
||||||
);
|
);
|
||||||
|
|
||||||
if(! $c)
|
if(! $c)
|
||||||
|
Reference in New Issue
Block a user