]> git.mxchange.org Git - friendica.git/blobdiff - mod/randprof.php
Using Locks for Updating and writing last success to config
[friendica.git] / mod / randprof.php
index 9377f88afa39c736d9c335a67418247a71e1d17f..d0b3c4ef85dc629aaab75d2def14c449d9ff1737 100644 (file)
@@ -14,7 +14,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);
        }