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

@@ -6,7 +6,7 @@ use Friendica\App;
use Friendica\Core\System;
use Friendica\Database\DBM;
use Friendica\Model\Contact;
use Friendica\Model\GlobalContact;
use Friendica\Model\GContact;
require_once 'include/contact_widgets.php';
@@ -69,7 +69,7 @@ function suggest_content(App $a) {
$a->page['aside'] .= follow_widget();
$r = GlobalContact::suggestionQuery(local_user());
$r = GContact::suggestionQuery(local_user());
if (! DBM::is_result($r)) {
$o .= t('No suggestions available. If this is a new site, please try again in 24 hours.');