X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FRandomProfile.php;h=111d92dc40d638ec3fcc1433f8932a4c9392301b;hb=8c44f535b7be361fb8080dc30d38ec61e019540b;hp=f595ae98ed46ae96bcfabf1a066226f8b22541b6;hpb=1de3f186d79f3703850524c1d58c237be3eb25f3;p=friendica.git diff --git a/src/Module/RandomProfile.php b/src/Module/RandomProfile.php index f595ae98ed..111d92dc40 100644 --- a/src/Module/RandomProfile.php +++ b/src/Module/RandomProfile.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -23,6 +42,6 @@ class RandomProfile extends BaseModule $a->redirect($link); } - $a->internalRedirect('profile'); + DI::baseUrl()->redirect('profile'); } }