diff options
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 03d3c237e..7cc51a5e6 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -121,14 +121,14 @@ sub OPTIONAL_MODULES { feature => 'Graphical Reports' }, { - package => 'GDGraph', - module => 'GD::Graph', + package => 'GDTextUtil', + module => 'GD::Text', version => 0, feature => 'Graphical Reports' }, - { - package => 'GDTextUtil', - module => 'GD::Text', + { + package => 'GDGraph', + module => 'GD::Graph', version => 0, feature => 'Graphical Reports' }, |