From f75dd43d55512479dbcaf78a8a575828e5b769ed Mon Sep 17 00:00:00 2001 From: David M Date: Mon, 9 Jul 2007 16:32:49 +0000 Subject: [PATCH] #13149 git-svn-id: file:///svn/phpbb/trunk@7850 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 5 +++-- phpBB/install/install_update.php | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3a444d7294..1cc71558a8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -186,10 +186,11 @@ p a {
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)