From 9596db9b8869d2d9d68112ac7aadf394545d2811 Mon Sep 17 00:00:00 2001 From: Paul Sohier Date: Sat, 24 Oct 2015 18:00:55 +0200 Subject: [ticket/14258] Add event into auth::login before session creation Fix typo PHPBB3-14258 --- phpBB/phpbb/auth/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') 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 -- cgit v1.2.1