]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
555723a
)
Updated translators and made StyleCI changes
author
Dan Brown
<redacted>
Tue, 16 Nov 2021 12:29:50 +0000
(12:29 +0000)
committer
Dan Brown
<redacted>
Tue, 16 Nov 2021 12:29:50 +0000
(12:29 +0000)
.github/translators.txt
patch
|
blob
|
history
app/Actions/TagRepo.php
patch
|
blob
|
history
diff --git
a/.github/translators.txt
b/.github/translators.txt
index db8515707c27dbc5eeeae4f1333429ab2329dc71..57a8714f4fe5989a375461111b51dd6e956fd6fa 100644
(file)
--- a/
.github/translators.txt
+++ b/
.github/translators.txt
@@
-196,3
+196,6
@@
Indrek Haav (IndrekHaav) :: Estonian
na3shkw :: Japanese
Giancarlo Di Massa (digitall-it) :: Italian
M Nafis Al Mukhdi (mnafisalmukhdi1) :: Indonesian
+sulfo :: Danish
+Raukze :: German
+zygimantus :: Lithuanian
diff --git
a/app/Actions/TagRepo.php
b/app/Actions/TagRepo.php
index a3298dc16eb5adeb888ccee4621628e01b78b626..0acee7486b92a4dec062834799b99a406e6bba39 100644
(file)
--- a/
app/Actions/TagRepo.php
+++ b/
app/Actions/TagRepo.php
@@
-38,7
+38,7
@@
class TagRepo
if ($nameFilter) {
$query->where('name', '=', $nameFilter);
$query->groupBy('value');
- } else
if ($searchTerm) {
+ } elseif ($searchTerm) {
$query->groupBy('name', 'value');
} else {
$query->groupBy('name');