Rename Model\GlobalContact to Model\GContact

This commit is contained in:
Hypolite Petovan 2017-12-07 09:09:28 -05:00
parent 294689bf94
commit cd84bf8963
23 changed files with 71 additions and 71 deletions

View file

@ -2,10 +2,10 @@
use Friendica\App;
use Friendica\Core\System;
use Friendica\Model\GlobalContact;
use Friendica\Model\GContact;
function randprof_init(App $a) {
$x = GlobalContact::getRandomUrl();
$x = GContact::getRandomUrl();
if ($x) {
goaway(zrl($x));