X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Funfollow.php;h=6337211648c257f99ca38c71807dd905b7da3093;hb=b5d2d32b443f7aa8ec6e0e91f36da3cc0a0f2a82;hp=92bded2faa501b4f1741d26f08596f5d30e9a72c;hpb=23b10cf2ae5fe10ba21a4b43e1aae17818647661;p=friendica.git diff --git a/mod/unfollow.php b/mod/unfollow.php index 92bded2faa..6337211648 100644 --- a/mod/unfollow.php +++ b/mod/unfollow.php @@ -122,7 +122,7 @@ function unfollow_process(string $url) $owner = User::getOwnerDataById($uid); if (!$owner) { - \Friendica\Module\Security\Logout::init(); + (new \Friendica\Module\Security\Logout())->init(); // NOTREACHED }