summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index 5d9cd0626..c5680fff6 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -41,6 +41,7 @@ use Bugzilla;
use Bugzilla::Constants;
use Bugzilla::Bug;
use Bugzilla::User;
+use Bugzilla::Hook;
use Bugzilla::Product;
require "globals.pl";
@@ -589,6 +590,8 @@ foreach my $row (@$grouplist) {
$vars->{'group'} = \@groups;
+Bugzilla::Hook::process("enter_bug-entrydefaultvars");
+
$vars->{'default'} = \%default;
my $format = $template->get_format("bug/create/create",