X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofiles.php;h=893f0d51e34ba35cdd2e2271a93df29fffb383fc;hb=0b5f7da270bcaa679cb684dbbbbe40781f0b49c6;hp=2ed0daff1ce5e8c1a726674f48dd2f77499811bb;hpb=d4ca30a6dba186a297a0c4a7e79f3d2ec72c0522;p=friendica.git diff --git a/mod/profiles.php b/mod/profiles.php index 2ed0daff1c..893f0d51e3 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -9,7 +9,7 @@ use Friendica\Core\PConfig; use Friendica\Core\System; use Friendica\Core\Worker; use Friendica\Database\DBM; -use Friendica\Model\GlobalContact; +use Friendica\Model\GContact; use Friendica\Model\Profile; use Friendica\Network\Probe; @@ -509,7 +509,7 @@ function profiles_post(App $a) { Worker::add(PRIORITY_LOW, 'ProfileUpdate', local_user()); // Update the global contact for the user - GlobalContact::updateForUser(local_user()); + GContact::updateForUser(local_user()); } } }