Bugzilla – Attachment 194420 Details for
Bug 41837
Are we ready for rc1?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41837: Remove $path from C4::Templates
Bug-41837-Remove-path-from-C4Templates.patch (text/plain), 1.54 KB, created by
David Nind
on 2026-03-04 01:53:50 UTC
(
hide
)
Description:
Bug 41837: Remove $path from C4::Templates
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-03-04 01:53:50 UTC
Size:
1.54 KB
patch
obsolete
>From 2b76fb15f00886c45a6ee358b3443183656fa1a3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 12 Feb 2026 15:29:40 +0100 >Subject: [PATCH] Bug 41837: Remove $path from C4::Templates > >commit 571d609ccd443c17d9a96fc83d85493b4c4aff0f >Date: Tue Dec 2 22:13:25 2003 +0000 > fix for bug 600 > >modified: C4/Output.pm >-my $path = C4::Context->config('includes') || >- "/usr/local/www/hdl/htdocs/includes"; >+#FIXME: this is a quick fix to stop rc1 installing broken >+#Still trying to figure out the correct fix. >+my $path = C4::Context->config('intrahtdocs')."/intranet-tmpl/default/en/includes/"; > >This FIXME got moved to C4/Templates.pm: >commit 6b8be20497dd877c4ba5c5278a89fd82fc0862a9 >Date: Thu Aug 25 15:01:19 2011 +0200 > Bug 6755 Problems with switching languages > >I think we are ready for "rc1" and we should remove this $path, that is actually not used in C4::Templates... sigh... > >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/Templates.pm | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/C4/Templates.pm b/C4/Templates.pm >index ecea384d54..9afa49a65a 100644 >--- a/C4/Templates.pm >+++ b/C4/Templates.pm >@@ -179,10 +179,6 @@ C4::Templates - Functions for managing templates > > =cut > >-# FIXME: this is a quick fix to stop rc1 installing broken >-# Still trying to figure out the correct fix. >-my $path = C4::Context->config('intrahtdocs') . "/prog/en/includes/"; >- > #--------------------------------------------------------------------------------------------------------- > # FIXME - POD > >-- >2.39.5
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 41837
:
193011
| 194420