summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-11-03 23:48:37 +0100
committerlpsolit%gmail.com <>2007-11-03 23:48:37 +0100
commit7d00b5f696249725beead3c570d73e36ff59ffa3 (patch)
tree299597dea9cdd12c67d9ec8e90969c5e142738ba /Bugzilla/Install/Requirements.pm
parent16a1c874c190a2726ff8a9e9aadac12a37592023 (diff)
downloadbugzilla-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/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm2
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',