mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:16:18 +02:00
Fix 2 minor errors:
1. Set user_style on registration to the board default 2. Do not try to use the template when throwing an error about a missing style git-svn-id: file:///svn/phpbb/trunk@5426 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -786,7 +786,7 @@ class user extends session
|
||||
|
||||
if (!$this->theme)
|
||||
{
|
||||
trigger_error('Could not get style data');
|
||||
trigger_error('Could not get style data', E_USER_ERROR);
|
||||
}
|
||||
|
||||
// Now parse the cfg file and cache it
|
||||
|
Reference in New Issue
Block a user