Bugzilla – Attachment 70014 Details for
Bug 19760
Die instead of warn if koha-conf is not accessible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19760: Change wording
Bug-19760-Change-wording.patch (text/plain), 791 bytes, created by
Jonathan Druart
on 2017-12-21 13:25:55 UTC
(
hide
)
Description:
Bug 19760: Change wording
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-12-21 13:25:55 UTC
Size:
791 bytes
patch
obsolete
>From 325cfed5155efad49c8d83262bfd1f661ffb61d9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 21 Dec 2017 10:25:26 -0300 >Subject: [PATCH] Bug 19760: Change wording > >--- > Koha/Config.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Config.pm b/Koha/Config.pm >index 3b1e9eb2bf..b0f36f2551 100644 >--- a/Koha/Config.pm >+++ b/Koha/Config.pm >@@ -48,7 +48,7 @@ sub read_from_file { > }; > > if ($@) { >- die "\nError reading file $file.\nMake sure you are using the correct user (use koha-shell should resolve this problem)\n\n"; >+ die "\nError reading file $file.\nTry running this again as the koha instance user (or use the koha-shell command in debian)\n\n"; > } > > return $xml; >-- >2.11.0
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 19760
:
69568
|
69571
|
70014
|
70116
|
70117
|
70135