mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16144] Provide extra fallback to board's default style for $user
PHPBB3-16144
This commit is contained in:
@@ -314,7 +314,7 @@ class user extends \phpbb\session
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// This should never happens
|
// This should never happen
|
||||||
if (!$this->style)
|
if (!$this->style)
|
||||||
{
|
{
|
||||||
trigger_error($this->language->lang('NO_STYLE_DATA', $this->data['user_style'], $this->data['user_id']), E_USER_ERROR);
|
trigger_error($this->language->lang('NO_STYLE_DATA', $this->data['user_style'], $this->data['user_id']), E_USER_ERROR);
|
||||||
|
Reference in New Issue
Block a user