X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FLogout.php;h=bf6a39e19f961a55a38a64b2e9d8ee5a4ecaa77c;hb=1c8dd457cc0676e9f1079f1b7c7fcbb740978930;hp=1f60e6dc191ceda75990d76dc5878d7182841c29;hpb=fb63274aafa176ee2eff964e809306719e80c847;p=friendica.git diff --git a/src/Module/Logout.php b/src/Module/Logout.php index 1f60e6dc19..bf6a39e19f 100644 --- a/src/Module/Logout.php +++ b/src/Module/Logout.php @@ -7,6 +7,7 @@ namespace Friendica\Module; use Friendica\BaseModule; use Friendica\Core\Authentication; +use Friendica\Core\Cache; use Friendica\Core\Hook; use Friendica\Core\L10n; use Friendica\Core\System; @@ -27,6 +28,7 @@ class Logout extends BaseModule $visitor_home = null; if (remote_user()) { $visitor_home = Profile::getMyURL(); + Cache::delete('zrlInit:' . $visitor_home); } Hook::callAll("logging_out");