]> git.mxchange.org Git - friendica.git/blobdiff - mod/randprof.php
BBCode - fixed syntax error
[friendica.git] / mod / randprof.php
index 9377f88afa39c736d9c335a67418247a71e1d17f..10bff588ef3a2d6f925d9875e9d0f1dd31eb430c 100644 (file)
@@ -3,10 +3,8 @@
  * @file mod/randprof.php
  */
 use Friendica\App;
-use Friendica\Core\System;
 use Friendica\Model\Contact;
 use Friendica\Model\GContact;
-use Friendica\Model\Profile;
 
 function randprof_init(App $a)
 {
@@ -14,7 +12,6 @@ function randprof_init(App $a)
 
        if ($x) {
                $link = Contact::magicLink($x);
-               // @TODO making the return of magicLink save to use either externalRedirect or internalRedirect
                $a->redirect($link);
        }