mirror of
https://github.com/getgrav/grav.git
synced 2026-09-10 00:19:03 +02:00
make comparison case insensitive
This commit is contained in:
@@ -87,7 +87,7 @@ class Taxonomy
|
||||
}
|
||||
}
|
||||
|
||||
if ($operator == 'or') {
|
||||
if (strtolower($operator) == 'or') {
|
||||
foreach ($matches as $match) {
|
||||
$results = array_merge($results, $match);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user