]> git.mxchange.org Git - friendica.git/blobdiff - mod/randprof.php
Revert "Move Objects to Model"
[friendica.git] / mod / randprof.php
index 40ad09271d67b25811c3c1ffff10ba250b83ca38..38d05c53e4308814b1a85ea28f468afe4dd93646 100644 (file)
@@ -2,10 +2,10 @@
 
 use Friendica\App;
 use Friendica\Core\System;
-use Friendica\Model\GContact;
+use Friendica\Model\GlobalContact;
 
 function randprof_init(App $a) {
-       $x = GContact::getRandomUrl();
+       $x = GlobalContact::getRandomUrl();
 
        if ($x) {
                goaway(zrl($x));