Bugzilla – Attachment 88244 Details for
Bug 22687
Typo in Koha::Manual breaks Portuguese links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22687: Typo correction for Portuguese manual link
Bug-22687-Typo-correction-for-Portuguese-manual-li.patch (text/plain), 913 bytes, created by
Hayley Pelham
on 2019-04-18 00:07:08 UTC
(
hide
)
Description:
Bug 22687: Typo correction for Portuguese manual link
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2019-04-18 00:07:08 UTC
Size:
913 bytes
patch
obsolete
>From 335dc0f16329e618c6bce06d8d8139b838f882b3 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 11 Apr 2019 10:32:52 +0100 >Subject: [PATCH] Bug 22687: Typo correction for Portuguese manual link > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz> >--- > Koha/Manual.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index cc8c6686cd..02b52aaf63 100644 >--- a/Koha/Manual.pm >+++ b/Koha/Manual.pm >@@ -19,7 +19,7 @@ sub _get_help_version { > sub _get_base_url { > my ( $preferred_language ) = @_; > >- my @available_languages = qw( en ar cs es fr it pt_BZ tz zh_TW ); >+ my @available_languages = qw( en ar cs es fr it pt_BR tz zh_TW ); > > my ( $language ) = grep { > my $preferred_short = substr $preferred_language, 0, 2; >-- >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 22687
:
87755
|
88244
|
88287