mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-02-09 13:44:18 +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)
|
foreach ($results as $result)
|
||||||
{
|
{
|
||||||
if ($result['key'] == '_KEVA_NS_')
|
if ($result['key'] == '_KEVA_NS_' && !empty($result['value']))
|
||||||
{
|
{
|
||||||
return trim(
|
return trim(
|
||||||
$result['value']
|
$result['value']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user