aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_update.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-08-07 12:50:25 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-08-07 12:50:25 +0000
commit090ab9bf0567734c951879b264744d16f41eceb3 (patch)
treecfa0726b63689b7038fb122cc53ad1a11db38442 /phpBB/install/install_update.php
parent8dcad17d1b938b04546254968c7a76ff39b8332d (diff)
downloadforums-090ab9bf0567734c951879b264744d16f41eceb3.tar
forums-090ab9bf0567734c951879b264744d16f41eceb3.tar.gz
forums-090ab9bf0567734c951879b264744d16f41eceb3.tar.bz2
forums-090ab9bf0567734c951879b264744d16f41eceb3.tar.xz
forums-090ab9bf0567734c951879b264744d16f41eceb3.zip
Bug #49215 again.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9936 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_update.php')
-rw-r--r--phpBB/install/install_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index f73f741fae..a809afd4c7 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -206,7 +206,7 @@ class install_update extends module
if (in_array('language/en/install.php', $this->update_info['files']))
{
$lang = array();
- include($this->new_location . 'language/en/install.php');
+ include($this->new_location . 'language/en/install.' . $phpEx);
// only add new keys to user's language in english
$new_keys = array_diff(array_keys($lang), array_keys($user->lang));
foreach ($new_keys as $i => $new_key)