http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6459
Bug #: 6459
Summary: Needless call to C4::Context->dbh in
C4::Templates::themelanguage()
Classification: Unclassified
Change sponsored?: ---
Product: Koha
Version: master
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P5
Component: Templates
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
As far as I can see, line 194 in C4::Templates::themelanguage() is not needed:
my $dbh = C4::Context->dbh;
$dbh does not seem to be used again in the scope in which it is created.
Patch coming up.
--
Configure bugmail:
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/