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:
Bart van Bragt 2005-03-17 23:34:00 +00:00
parent a6d2d210db
commit 68b7397da8

View file

@ -692,7 +692,6 @@ class user extends session
// $lang == $this->lang
// $help == $this->help
// - add appropiate variables here, name them as they are used within the language file...
die($lang_file);
if (!$use_db)
{
if ( (@include $this->lang_path . (($use_help) ? 'help_' : '') . "$lang_file.$phpEx") === FALSE )