multi-profile - bugs
This commit is contained in:
parent
c16b65b5bd
commit
765911172e
5
boot.php
5
boot.php
@ -1463,8 +1463,9 @@ function profile_load(&$a, $nickname, $profile = '') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(! $profile) {
|
if(! $profile) {
|
||||||
$r = q("SELECT abook_profile FROM abook WHERE abook_xchan = '%s' limit 1",
|
$r = q("SELECT abook_profile FROM abook WHERE abook_xchan = '%s' and abook_channel = '%d' limit 1",
|
||||||
dbesc($observer['xchan_hash'])
|
dbesc($observer['xchan_hash']),
|
||||||
|
intval($user[0]['channel_id'])
|
||||||
);
|
);
|
||||||
if($r)
|
if($r)
|
||||||
$profile = $r[0]['abook_profile'];
|
$profile = $r[0]['abook_profile'];
|
||||||
|
Reference in New Issue
Block a user