Renaming functions + moving functions from security to Model/Item and BaseModule + fix multiline comments
This commit is contained in:
@@ -24,7 +24,7 @@ class Logout extends BaseModule
|
||||
public static function init()
|
||||
{
|
||||
Addon::callHooks("logging_out");
|
||||
Authentication::nuke_session();
|
||||
Authentication::deleteSession();
|
||||
info(L10n::t('Logged out.') . EOL);
|
||||
goaway(self::getApp()->getBaseURL());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user