Bugzilla – Attachment 159021 Details for
Bug 35174
Remove .po files from the codebase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35174: Do not explode if po dir does not exist
Bug-35174-Do-not-explode-if-po-dir-does-not-exist.patch (text/plain), 841 bytes, created by
Jonathan Druart
on 2023-11-16 07:54:21 UTC
(
hide
)
Description:
Bug 35174: Do not explode if po dir does not exist
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-11-16 07:54:21 UTC
Size:
841 bytes
patch
obsolete
>From 2b736084f3d971aacb33bc0df51dbbf1f840db4d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 16 Nov 2023 08:27:10 +0100 >Subject: [PATCH] Bug 35174: Do not explode if po dir does not exist > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > Koha/I18N.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/I18N.pm b/Koha/I18N.pm >index 3f09673c74c..361289e1fd6 100644 >--- a/Koha/I18N.pm >+++ b/Koha/I18N.pm >@@ -194,7 +194,7 @@ sub _base_directory { > my $dir = first { -d } @dirs; > > unless ($dir) { >- die "The PO directory has not been found. There is a problem in your Koha installation."; >+ warn "The PO directory has not been found. There is a problem in your Koha installation."; > } > > return $dir; >-- >2.34.1
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 35174
: 159021 |
159022
|
159023
|
159024
|
159025
|
159038