Merge pull request #6223 from annando/ap-dba-error
Fix for "Unknown column 'guid' in 'field list'"
This commit is contained in:
commit
57695d48b4
1 changed files with 1 additions and 0 deletions
|
@ -599,6 +599,7 @@ class Receiver
|
||||||
$photo = defaults($profile, 'photo', null);
|
$photo = defaults($profile, 'photo', null);
|
||||||
unset($profile['photo']);
|
unset($profile['photo']);
|
||||||
unset($profile['baseurl']);
|
unset($profile['baseurl']);
|
||||||
|
unset($profile['guid']);
|
||||||
|
|
||||||
$profile['nurl'] = Strings::normaliseLink($profile['url']);
|
$profile['nurl'] = Strings::normaliseLink($profile['url']);
|
||||||
DBA::update('contact', $profile, ['id' => $cid]);
|
DBA::update('contact', $profile, ['id' => $cid]);
|
||||||
|
|
Loading…
Reference in a new issue