1
0
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:
Nathan Guse
2012-10-05 13:50:59 -05:00
parent 54629aa87d
commit 868554cbae

View File

@ -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?