- Issue created by @Anybody
- 🇩🇪Germany Anybody Porta Westfalica
Okay,
$keys
is empty for whatever reason, let's see! - 🇩🇪Germany Anybody Porta Westfalica
Okay I found the reason, and I think it was existing even before:
If
search404_use_search_engine
option is used and there are none, then$keys
infunction search404GetKeys()
is filled with an empty array item.So the
if (empty($keys)) ...
never matches!$keys needs to be filtered for empty values! I'll prepare a MR.
- 🇩🇪Germany Anybody Porta Westfalica
Fixed! Guess we should tag a 2.2.0-rc1 then.
Automatically closed - issue fixed for 2 weeks with no activity.