1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 01:51:31 +02:00

[ticket/14258] Add event into auth::login before session creation

Fix typo

PHPBB3-14258
This commit is contained in:
Paul Sohier
2015-10-24 18:00:55 +02:00
parent 2a218c2959
commit 9596db9b88

View File

@@ -984,7 +984,7 @@ class auth
} }
/** /**
* TEvent is triggered after checking for valid username and password, and before the actual session creation. * Event is triggered after checking for valid username and password, and before the actual session creation.
* *
* @event core.auth_login_session_create_before * @event core.auth_login_session_create_before
* @var array login Variable containing login array * @var array login Variable containing login array