mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9975] Translate missing style error message Conflicts: phpBB/includes/session.php
This commit is contained in:
@@ -215,7 +215,7 @@ class phpbb_user extends phpbb_session
|
||||
|
||||
if (!$this->style)
|
||||
{
|
||||
trigger_error('Could not get style data', E_USER_ERROR);
|
||||
trigger_error('NO_STYLE_DATA', E_USER_ERROR);
|
||||
}
|
||||
|
||||
// Now parse the cfg file and cache it
|
||||
|
Reference in New Issue
Block a user