Committer: gariev
LJLMI-92: Delegation Authentication Token: Delete cookies during logoutU trunk/cgi-bin/LJ/User.pm
Modified: trunk/cgi-bin/LJ/User.pm =================================================================== --- trunk/cgi-bin/LJ/User.pm 2009-08-21 00:53:42 UTC (rev 15622) +++ trunk/cgi-bin/LJ/User.pm 2009-08-21 07:32:19 UTC (rev 15623) @@ -1047,6 +1047,7 @@ LJ::User->set_remote(undef); delete $BML::COOKIE{'BMLschemepref'}; eval { BML::set_scheme(undef); }; + LJ::run_hooks("user_logout"); } # returns a new LJ::Session object, or undef on failure