From 68b7397da8197d23dae07fc0e7927697cb1e3492 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Thu, 17 Mar 2005 23:34:00 +0000 Subject: 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 --- phpBB/includes/session.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB') diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 824d1d201e..1edb49f031 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -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 ) -- cgit v1.2.1