mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-02-03 10:46:04 +00:00
fix empty namespace title filter
This commit is contained in:
parent
314e5fde04
commit
d48cb554a0
@ -149,7 +149,7 @@ class AppExtension extends AbstractExtension
|
||||
{
|
||||
foreach ($results as $result)
|
||||
{
|
||||
if ($result['key'] == '_KEVA_NS_')
|
||||
if ($result['key'] == '_KEVA_NS_' && !empty($result['value']))
|
||||
{
|
||||
return trim(
|
||||
$result['value']
|
||||
|
Loading…
x
Reference in New Issue
Block a user