mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
tiny alterations/bugfixes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8691 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1854,7 +1854,7 @@ class user extends session
|
||||
|
||||
if ((@include $language_filename) === false)
|
||||
{
|
||||
trigger_error('Language file ' . basename($language_filename) . ' couldn\'t be opened.', E_USER_ERROR);
|
||||
trigger_error('Language file ' . $language_filename . ' couldn\'t be opened.', E_USER_ERROR);
|
||||
}
|
||||
}
|
||||
else if ($use_db)
|
||||
|
Reference in New Issue
Block a user