1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 12:40:13 +01:00

Merge branch '3.1.x'

This commit is contained in:
Marc Alexander 2015-08-13 07:52:36 +02:00
commit dc55863cad

View File

@ -327,6 +327,14 @@ class user extends \phpbb\session
// After calling it we continue script execution... // After calling it we continue script execution...
phpbb_user_session_handler(); phpbb_user_session_handler();
/**
* Execute code at the end of user setup
*
* @event core.user_setup_after
* @since 3.1.6-RC1
*/
$phpbb_dispatcher->dispatch('core.user_setup_after');
// If this function got called from the error handler we are finished here. // If this function got called from the error handler we are finished here.
if (defined('IN_ERROR_HANDLER')) if (defined('IN_ERROR_HANDLER'))
{ {