diff options
author | Paul Sohier <paul999@phpbb.com> | 2015-10-24 18:00:55 +0200 |
---|---|---|
committer | Paul Sohier <paul999@phpbb.com> | 2015-10-24 18:00:55 +0200 |
commit | 9596db9b8869d2d9d68112ac7aadf394545d2811 (patch) | |
tree | c10c607bb1405f91de936becec536d29827d083f /phpBB | |
parent | 2a218c29597524c3bab1070cdb1f9f58e31c5bb5 (diff) | |
download | forums-9596db9b8869d2d9d68112ac7aadf394545d2811.tar forums-9596db9b8869d2d9d68112ac7aadf394545d2811.tar.gz forums-9596db9b8869d2d9d68112ac7aadf394545d2811.tar.bz2 forums-9596db9b8869d2d9d68112ac7aadf394545d2811.tar.xz forums-9596db9b8869d2d9d68112ac7aadf394545d2811.zip |
[ticket/14258] Add event into auth::login before session creation
Fix typo
PHPBB3-14258
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/auth/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/auth.php b/phpBB/phpbb/auth/auth.php index 148a97c68e..b7634e04ce 100644 --- a/phpBB/phpbb/auth/auth.php +++ b/phpBB/phpbb/auth/auth.php @@ -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 * @var array login Variable containing login array |