diff options
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index 8993ff08d..0e89447fe 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -190,6 +190,7 @@ Bugzilla::Field::populate_field_definitions(); ########################################################################### Bugzilla::Install::DB::update_table_definitions(\%old_params); +Bugzilla::Install::init_workflow(); ########################################################################### # Bugzilla uses --GROUPS-- to assign various rights to its users. |