attachment issue

This commit is contained in:
friendica 2014-01-08 20:58:58 -08:00
parent 6acff72d79
commit 3c477ea8d6

View File

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