diff --git a/phpBB/common.php b/phpBB/common.php
index 6f1d59ec3b..f4f2784762 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -185,7 +185,7 @@ include($phpbb_root_path . 'config.'.$phpEx);
if( !defined("PHPBB_INSTALLED") )
{
- header("Location: install/install.$phpEx");
+ header('Location: ' . $phpbb_root_path . 'install/install.' . $phpEx);
exit;
}
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 08089706f5..a77f543d67 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -78,6 +78,7 @@ p,ul,td {font-size:10pt;}
[Fix] correctly get compression status in page_tail.php and page_footer_admin.php (Bug #117)
[Fix] set page title on summary page of groupcp.php (bug #125)
[Fix] correctly test style and avatar in usercp_register.php (bug #129 and #317)
+[Fix] handling of reactivation notifications if admin activation is enabled (Bug #145)
[Fix] handling of both forms of translation information used in language packs (Bug #159)
[Fix] key length for activation keys fixed in usercp_sendpassword.php (Bug #171)
[Fix] use GENERAL_MESSAGE constant in message_die instead of MESSAGE (Bug #176)
@@ -92,6 +93,7 @@ p,ul,td {font-size:10pt;}
[Fix] correctly check returned value from strpos in append_sid function (Bug #275)
[Fix] correctly display username in private message notification (Bug #278)
[Fix] fixed "var-by-ref" errors (Bug #322)
+[Fix] changed redirection to installation (Bug #325)
[Fix] added timout of 10 seconds to version check (Bug #348)
l.ii. Changes since 2.0.16