New fields in contact table / don't update on probe
This commit is contained in:
@@ -270,10 +270,7 @@ class APContact extends BaseObject
|
||||
}
|
||||
|
||||
// Update the gcontact table
|
||||
// These two fields don't exist in the gcontact table
|
||||
unset($contact_fields['forum']);
|
||||
unset($contact_fields['prv']);
|
||||
DBA::update('gcontact', $contact_fields, ['nurl' => Strings::normaliseLink($url)]);
|
||||
GContact::updateFromPublicContactURL($url);
|
||||
|
||||
Logger::log('Updated profile for ' . $url, Logger::DEBUG);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user