Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/templates/_topBarHelloMenu.twig')
-rw-r--r--plugins/CoreHome/templates/_topBarHelloMenu.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_topBarHelloMenu.twig b/plugins/CoreHome/templates/_topBarHelloMenu.twig
index 74e107dbd0..35f1877102 100644
--- a/plugins/CoreHome/templates/_topBarHelloMenu.twig
+++ b/plugins/CoreHome/templates/_topBarHelloMenu.twig
@@ -1,6 +1,6 @@
<div id="topRightBar">
{% set helloAlias %}
- {% if userAlias is defined %}
+ {% if userAlias is not empty %}
<strong>{{ userAlias }}</strong>
{% else %}
<strong>{{ userLogin }}</strong>