mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@5742 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -184,6 +184,11 @@ class acp_reasons
|
||||
trigger_error($user->lang['NO_REASON'] . adm_back_link($this->u_action));
|
||||
}
|
||||
|
||||
if ($reason_row['reason_title'] == 'other')
|
||||
{
|
||||
trigger_error($user->lang['NO_REMOVE_DEFAULT_REASON'] . adm_back_link($this->u_action));
|
||||
}
|
||||
|
||||
// Let the deletion be confirmed...
|
||||
if (confirm_box(true))
|
||||
{
|
||||
|
Reference in New Issue
Block a user