mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/9975] Translate missing style error message
The error message about missing style data was not translated PHPBB3-9975
This commit is contained in:
@@ -1661,7 +1661,7 @@ class user extends session
|
||||
|
||||
if (!$this->theme)
|
||||
{
|
||||
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