]> git.mxchange.org Git - friendica.git/blobdiff - mod/randprof.php
Remove unused upubkey and uprvkey from queries
[friendica.git] / mod / randprof.php
index 55b77aec8ba0304dd46b150735d50a9dec41d972..38d05c53e4308814b1a85ea28f468afe4dd93646 100644 (file)
@@ -5,8 +5,6 @@ use Friendica\Core\System;
 use Friendica\Model\GlobalContact;
 
 function randprof_init(App $a) {
-       require_once('include/Contact.php');
-
        $x = GlobalContact::getRandomUrl();
 
        if ($x) {