restore updating of the public contact

2022.09-rc
Michael 2019-06-28 04:34:01 +00:00
rodzic 8838a1f2d1
commit e48fbeda0a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -226,6 +226,7 @@ class OnePoll
private static function updateContact(array $contact, array $fields)
{
DBA::update('contact', $fields, ['id' => $contact['id']]);
DBA::update('contact', $fields, ['uid' => 0, 'nurl' => $contact['nurl']]);
}
/**