diff options
author | mkanat%bugzilla.org <> | 2008-08-22 03:58:44 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-08-22 03:58:44 +0000 |
commit | 04ed105cb2a9b4c81b040745dee25f70572f1601 (patch) | |
tree | 780df483fd8a75621aefd898703a256a0e0cdb71 /checksetup.pl | |
parent | Bug 437006: Add hooks to Bugzilla\Bug.pm to display additional columns (diff) | |
download | bugzilla-04ed105cb2a9b4c81b040745dee25f70572f1601.tar.gz bugzilla-04ed105cb2a9b4c81b040745dee25f70572f1601.tar.bz2 bugzilla-04ed105cb2a9b4c81b040745dee25f70572f1601.zip |
Bug 439192: Add hook to the end of checksetup.pl
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index d624c8775..6969b5b6b 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -221,6 +221,8 @@ Bugzilla::Install::reset_password($switch{'reset-password'}) Bugzilla::Install::create_default_product(); +Bugzilla::Hook::process('install-before_final_checks', {'silent' => $silent }); + ########################################################################### # Final checks ########################################################################### |