summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index c83732ecc..6039e3fe6 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -1157,8 +1157,8 @@ our %names_to_events = (
'Attachment description' => EVT_ATTACHMENT_DATA,
'Attachment mime type' => EVT_ATTACHMENT_DATA,
'Attachment is patch' => EVT_ATTACHMENT_DATA,
- 'BugsThisDependsOn' => EVT_DEPEND_BLOCK,
- 'OtherBugsDependingOnThis' => EVT_DEPEND_BLOCK);
+ 'Depends on' => EVT_DEPEND_BLOCK,
+ 'Blocks' => EVT_DEPEND_BLOCK);
# Returns true if the user wants mail for a given bug change.
# Note: the "+" signs before the constants suppress bareword quoting.