aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2005-03-17 23:34:00 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2005-03-17 23:34:00 +0000
commit68b7397da8197d23dae07fc0e7927697cb1e3492 (patch)
tree898b8f5bf3f240c16c03aaade700114cb245889a /phpBB
parenta6d2d210db5b5a17079d343bb494cc4ff6ca7583 (diff)
downloadforums-68b7397da8197d23dae07fc0e7927697cb1e3492.tar
forums-68b7397da8197d23dae07fc0e7927697cb1e3492.tar.gz
forums-68b7397da8197d23dae07fc0e7927697cb1e3492.tar.bz2
forums-68b7397da8197d23dae07fc0e7927697cb1e3492.tar.xz
forums-68b7397da8197d23dae07fc0e7927697cb1e3492.zip
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
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/session.php1
1 files changed, 0 insertions, 1 deletions
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 )