瀏覽代碼

! In hindsight it makes no sense for users to be able to opt out of being told that they did something wrong.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 年之前
父節點
當前提交
a20c713d50
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      Sources/Profile-Modify.php
  2. 0 1
      Themes/default/languages/Profile.english.php

+ 0 - 1
Sources/Profile-Modify.php

@@ -1894,7 +1894,6 @@ function alert_configuration($memID)
 		'members' => array(
 			'member_register' => array('alert' => 'yes', 'email' => 'yes', 'permission' => array('name' => 'moderate_forum', 'is_board' => false)),
 			'request_group' => array('alert' => 'yes', 'email' => 'yes'),
-			'warn_own' => array('alert' => 'yes', 'email' => 'yes'),
 			'warn_any' => array('alert' => 'yes', 'email' => 'yes', 'permission' => array('name' => 'issue_warning', 'is_board' => false)),
 		),
 		'calendar' => array(

+ 0 - 1
Themes/default/languages/Profile.english.php

@@ -145,7 +145,6 @@ $txt['alert_msg_report'] = 'When a message is reported';
 $txt['alert_msg_report_reply'] = 'When a report I\'ve replied to gets replied to';
 $txt['alert_group_members'] = 'Members';
 $txt['alert_member_register'] = 'When a new person registers';
-$txt['alert_warn_own'] = 'If I receive a warning';
 $txt['alert_warn_any'] = 'When other members receive a warning';
 $txt['alert_group_calendar'] = 'Calendar';
 $txt['alert_event_new'] = 'When a new event goes into the calendar';