mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 12:30:27 +08:00
Updated translators and made StyleCI changes
This commit is contained in:
parent
555723a966
commit
79c75f9296
3
.github/translators.txt
vendored
3
.github/translators.txt
vendored
|
@ -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
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user