Bugzilla – Attachment 6558 Details for
Bug 6132
System preferences are case sensitive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6132: preference were case sensitive.
Bug-6132-preference-were-case-sensitive.patch (text/plain), 803 bytes, created by
Chris Cormack
on 2011-12-04 03:57:25 UTC
(
hide
)
Description:
Bug 6132: preference were case sensitive.
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-12-04 03:57:25 UTC
Size:
803 bytes
patch
obsolete
>From 5d9223bf7aaf58d0d3e1d63586e4b6d099af03b8 Mon Sep 17 00:00:00 2001 >From: Henri-Damien LAURENT <henridamien.laurent@biblibre.com> >Date: Thu, 3 Mar 2011 12:02:38 +0100 >Subject: [PATCH] Bug 6132: preference were case sensitive. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > C4/Context.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Context.pm b/C4/Context.pm >index 07b2b13..7581faa 100644 >--- a/C4/Context.pm >+++ b/C4/Context.pm >@@ -463,7 +463,7 @@ my %sysprefs; > > sub preference { > my $self = shift; >- my $var = shift; # The system preference to return >+ my $var = lc(shift); # The system preference to return > > if (exists $sysprefs{$var}) { > return $sysprefs{$var}; >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6132
:
3822
|
6529
|
6558
|
7009
|
7010
|
7019
|
7020