1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/13440] Update event version to 3.1.3-RC1

PHPBB3-13440
This commit is contained in:
Matt Friedman 2015-01-04 01:40:18 -08:00
parent 9d9b8139d0
commit 88034ea2f0

View File

@ -2931,7 +2931,7 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa
* @var string username User name used to login
* @var string password Password used to login
* @var string err Error message
* @since 3.1.3
* @since 3.1.3-RC1
*/
$vars = array('result', 'username', 'password', 'err');
extract($phpbb_dispatcher->trigger_event('core.login_box_failed', compact($vars)));