mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7850 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8f7a4d27c6
commit
f75dd43d55
2 changed files with 4 additions and 2 deletions
|
@ -186,10 +186,11 @@ p a {
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
|
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
<li>[Fix] Parse error in MCP ban (Bug #13109)</li>
|
<li>[Fix] Parse error in MCP ban (Bug #13109)</li>
|
||||||
<li>[Fix] Correctly hide online status in the profile (Bug #13059)</li>
|
<li>[Fix] Correctly hide online status in the profile (Bug #13059)</li>
|
||||||
<li>[Feature] Let the user choose how to update modified files (merging, using new file or using old file) within automatic updater</li>
|
<li>[Feature] Let the user choose how to update modified files (merging, using new file or using old file) within automatic updater</li>
|
||||||
<li>[Feature] An extra \ in an Oracle SQL regex was corrected (Bug #13151)</li>
|
<li>[Fix] An extra \ in an Oracle SQL regex was corrected (Bug #13151)</li>
|
||||||
|
<li>[Fix] Added a missing global to get_file() (Bug #13149)</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -1302,6 +1302,7 @@ class install_update extends module
|
||||||
switch ($mode)
|
switch ($mode)
|
||||||
{
|
{
|
||||||
case 'version_info':
|
case 'version_info':
|
||||||
|
global $phpbb_root_path, $phpEx;
|
||||||
$info = get_remote_file('www.phpbb.com', '/updatecheck', '30x.txt', $errstr, $errno);
|
$info = get_remote_file('www.phpbb.com', '/updatecheck', '30x.txt', $errstr, $errno);
|
||||||
|
|
||||||
if ($info !== false)
|
if ($info !== false)
|
||||||
|
|
Loading…
Add table
Reference in a new issue