aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-10 16:47:07 +0000
committerMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-10 16:47:07 +0000
commit668c61686b09e12e7f245fc6a402a1b1f6272f1c (patch)
treeec7b6e76dbf9bdfe973defa617c9a9a9700ceb37
parent[ticket/10694] Update PHP warning to 5.3.2 (diff)
downloadphpbb-668c61686b09e12e7f245fc6a402a1b1f6272f1c.tar.gz
phpbb-668c61686b09e12e7f245fc6a402a1b1f6272f1c.tar.bz2
phpbb-668c61686b09e12e7f245fc6a402a1b1f6272f1c.zip
[ticket/10694] Adjusting details link to 5.3 announcement
PHPBB3-10694
-rw-r--r--phpBB/includes/acp/acp_main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_main.php b/phpBB/includes/acp/acp_main.php
index 5ecf54a9bc..e529ae0e5a 100644
--- a/phpBB/includes/acp/acp_main.php
+++ b/phpBB/includes/acp/acp_main.php
@@ -402,7 +402,7 @@ class acp_main
{
$template->assign_vars(array(
'S_PHP_VERSION_OLD' => true,
- 'L_PHP_VERSION_OLD' => sprintf($user->lang['PHP_VERSION_OLD'], '<a href="http://www.phpbb.com/community/viewtopic.php?f=14&amp;t=1958605">', '</a>'),
+ 'L_PHP_VERSION_OLD' => sprintf($user->lang['PHP_VERSION_OLD'], '<a href="http://www.phpbb.com/community/viewtopic.php?f=14&amp;t=2152375">', '</a>'),
));
}