mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
[ticket/11103] trigger_error message when preferences updated in UCP
PHPBB3-11103
This commit is contained in:
parent
54629aa87d
commit
868554cbae
1 changed files with 4 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue