mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 06:36:39 +02:00
It's really hard to get a commit right the first time. Really\! It is\!
git-svn-id: file:///svn/phpbb/trunk@5105 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -692,7 +692,6 @@ class user extends session
|
|||||||
// $lang == $this->lang
|
// $lang == $this->lang
|
||||||
// $help == $this->help
|
// $help == $this->help
|
||||||
// - add appropiate variables here, name them as they are used within the language file...
|
// - add appropiate variables here, name them as they are used within the language file...
|
||||||
die($lang_file);
|
|
||||||
if (!$use_db)
|
if (!$use_db)
|
||||||
{
|
{
|
||||||
if ( (@include $this->lang_path . (($use_help) ? 'help_' : '') . "$lang_file.$phpEx") === FALSE )
|
if ( (@include $this->lang_path . (($use_help) ? 'help_' : '') . "$lang_file.$phpEx") === FALSE )
|
||||||
|
Reference in New Issue
Block a user