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:
authormattab <matthieu.aubry@gmail.com>2014-02-05 03:01:31 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-05 03:01:31 +0400
commit87de7b94ccc1d40911d3274d3f3daa6b6063c762 (patch)
treef41cb2915c5c2735382208ed6f24482b39211684
parent2ef38857da75316d7a1881bf7d9e6db7372fd497 (diff)
Fix minor bug
-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>