aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-07-09 16:32:49 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-07-09 16:32:49 +0000
commitf75dd43d55512479dbcaf78a8a575828e5b769ed (patch)
treeb40a24922a1c92127f66c9661fcc87a32da8664f /phpBB/install
parent8f7a4d27c67630d9bf29bc7c9455aa96bc409ed1 (diff)
downloadforums-f75dd43d55512479dbcaf78a8a575828e5b769ed.tar
forums-f75dd43d55512479dbcaf78a8a575828e5b769ed.tar.gz
forums-f75dd43d55512479dbcaf78a8a575828e5b769ed.tar.bz2
forums-f75dd43d55512479dbcaf78a8a575828e5b769ed.tar.xz
forums-f75dd43d55512479dbcaf78a8a575828e5b769ed.zip
#13149
git-svn-id: file:///svn/phpbb/trunk@7850 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/install_update.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index 3a7cbaf37b..0e97750c9f 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -1302,6 +1302,7 @@ class install_update extends module
switch ($mode)
{
case 'version_info':
+ global $phpbb_root_path, $phpEx;
$info = get_remote_file('www.phpbb.com', '/updatecheck', '30x.txt', $errstr, $errno);
if ($info !== false)