mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 19:26:53 +02:00
[ticket/11103] trigger_error message when preferences updated in UCP
PHPBB3-11103
This commit is contained in:
@ -64,6 +64,10 @@ class ucp_notifications
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
meta_refresh(3, $this->u_action);
|
||||
$message = $user->lang['PREFERENCES_UPDATED'] . '<br /><br />' . sprintf($user->lang['RETURN_UCP'], '<a href="' . $this->u_action . '">', '</a>');
|
||||
trigger_error($message);
|
||||
}
|
||||
|
||||
// todo include language files for extensions?
|
||||
|
Reference in New Issue
Block a user