mirror of
https://github.com/friendica/friendica
synced 2025-05-24 21:04:13 +02:00
Capitalization
This commit is contained in:
parent
b170dd765d
commit
f33a98578d
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ class Contact
|
|||
$ret = DBA::update('contact', $fields, $condition, $old_fields);
|
||||
|
||||
// Apply changes to the "user-contact" table on dedicated fields
|
||||
Contact\User::UpdateByContactUpdate($fields, $condition);
|
||||
Contact\User::updateByContactUpdate($fields, $condition);
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue