1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

Merge branch '3.1.x' into 3.2.x

Conflicts:
	phpBB/language/en/install.php
This commit is contained in:
Marc Alexander
2016-06-19 18:25:16 +02:00
5 changed files with 55 additions and 2 deletions

View File

@@ -459,6 +459,12 @@ class acp_main
$template->assign_var('S_VERSION_UP_TO_DATE', true);
}
// Incomplete update?
if (phpbb_version_compare($config['version'], PHPBB_VERSION, '<'))
{
$template->assign_var('S_UPDATE_INCOMPLETE', true);
}
/**
* Notice admin
*