for people whose DB's are not updating

This commit is contained in:
friendica 2012-01-26 23:08:51 -08:00
parent 3197a6e8aa
commit 94b9e9ce6d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function authenticate_success($user_record, $login_initial = false, $interactive
where `manage`.`uid` = %d", where `manage`.`uid` = %d",
intval($master_record['uid']) intval($master_record['uid'])
); );
if(count($r)) if($r && count($r))
$a->identities = array_merge($a->identities,$r); $a->identities = array_merge($a->identities,$r);
$r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1", $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",