aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions_content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php
index 37d04c1ba0..f420ba8ac4 100644
--- a/phpBB/includes/functions_content.php
+++ b/phpBB/includes/functions_content.php
@@ -1369,7 +1369,7 @@ function get_username_string($mode, $user_id, $username, $username_colour = '',
// no break;
}
- if (empty($username_string))
+ if (!isset($username_string))
{
if (($mode == 'full' && !$profile_url) || $mode == 'no_profile')
{