mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
a6d2d210db
commit
68b7397da8
1 changed files with 0 additions and 1 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Add table
Reference in a new issue