aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/user.php
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-09-23 18:54:45 +0200
committer3D-I <480857+3D-I@users.noreply.github.com>2019-09-23 18:55:58 +0200
commita84e4b5ab4cdbbb241004e5c1621b42490e6ba94 (patch)
tree5a3fce4bad1c5aeb338659b5b1419bcd6a0e1a2c /phpBB/phpbb/user.php
parent942bfd65065e753cc602cce4976c7076aba4e7cb (diff)
downloadforums-a84e4b5ab4cdbbb241004e5c1621b42490e6ba94.tar
forums-a84e4b5ab4cdbbb241004e5c1621b42490e6ba94.tar.gz
forums-a84e4b5ab4cdbbb241004e5c1621b42490e6ba94.tar.bz2
forums-a84e4b5ab4cdbbb241004e5c1621b42490e6ba94.tar.xz
forums-a84e4b5ab4cdbbb241004e5c1621b42490e6ba94.zip
[ticket/16144] Provide extra fallback to board's default style for $user
PHPBB3-16144
Diffstat (limited to 'phpBB/phpbb/user.php')
-rw-r--r--phpBB/phpbb/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/user.php b/phpBB/phpbb/user.php
index e6e8e7f167..9817e40edb 100644
--- a/phpBB/phpbb/user.php
+++ b/phpBB/phpbb/user.php
@@ -314,7 +314,7 @@ class user extends \phpbb\session
}
}
- // This should never happens
+ // This should never happen
if (!$this->style)
{
trigger_error($this->language->lang('NO_STYLE_DATA', $this->data['user_style'], $this->data['user_id']), E_USER_ERROR);