diff options
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r-- | Bugzilla/Search.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 4aaf7e14c..7b8ac10e2 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -170,7 +170,7 @@ sub COLUMNS { # The short_short_desc column is identical to short_desc $columns{'short_short_desc'} = $columns{'short_desc'}; - Bugzilla::Hook::process("buglist-columns", { columns => \%columns }); + Bugzilla::Hook::process('buglist_columns', { columns => \%columns }); $cache->{search_columns} = \%columns; return $cache->{search_columns}; |