diff options
author | lpsolit%gmail.com <> | 2007-11-03 23:48:37 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-11-03 23:48:37 +0100 |
commit | 7d00b5f696249725beead3c570d73e36ff59ffa3 (patch) | |
tree | 299597dea9cdd12c67d9ec8e90969c5e142738ba /Bugzilla | |
parent | 16a1c874c190a2726ff8a9e9aadac12a37592023 (diff) | |
download | bugzilla-7d00b5f696249725beead3c570d73e36ff59ffa3.tar.gz bugzilla-7d00b5f696249725beead3c570d73e36ff59ffa3.tar.xz |
Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ("Ascending" and "Descending") - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 8fd8fe2c6..05f74e81f 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -78,7 +78,7 @@ sub REQUIRED_MODULES { { package => 'Template-Toolkit', module => 'Template', - version => '2.12' + version => '2.15' }, { package => 'Email-Send', |