mirror of
https://github.com/getgrav/grav.git
synced 2026-07-19 18:19:54 +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