mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 09:34:26 +02:00
Rename Model\GlobalContact to Model\GContact
This commit is contained in:
parent
294689bf94
commit
cd84bf8963
23 changed files with 71 additions and 71 deletions
|
@ -8,7 +8,7 @@ namespace Friendica\Worker;
|
|||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Model\GlobalContact;
|
||||
use Friendica\Model\GContact;
|
||||
use Friendica\Network\Probe;
|
||||
use Friendica\Protocol\PortableContact;
|
||||
|
||||
|
@ -47,7 +47,7 @@ class GProbe {
|
|||
}
|
||||
|
||||
if (!in_array($arr["network"], array(NETWORK_FEED, NETWORK_PHANTOM))) {
|
||||
GlobalContact::update($arr);
|
||||
GContact::update($arr);
|
||||
}
|
||||
|
||||
$r = q(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue