diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-10 16:47:07 +0000 |
---|---|---|
committer | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-10 16:47:07 +0000 |
commit | 668c61686b09e12e7f245fc6a402a1b1f6272f1c (patch) | |
tree | ec7b6e76dbf9bdfe973defa617c9a9a9700ceb37 /phpBB/includes/acp | |
parent | fbe8086697481f5068a9897c9e629f048a553ee4 (diff) | |
download | forums-668c61686b09e12e7f245fc6a402a1b1f6272f1c.tar forums-668c61686b09e12e7f245fc6a402a1b1f6272f1c.tar.gz forums-668c61686b09e12e7f245fc6a402a1b1f6272f1c.tar.bz2 forums-668c61686b09e12e7f245fc6a402a1b1f6272f1c.tar.xz forums-668c61686b09e12e7f245fc6a402a1b1f6272f1c.zip |
[ticket/10694] Adjusting details link to 5.3 announcement
PHPBB3-10694
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r-- | phpBB/includes/acp/acp_main.php | 2 |
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&t=1958605">', '</a>'), + 'L_PHP_VERSION_OLD' => sprintf($user->lang['PHP_VERSION_OLD'], '<a href="http://www.phpbb.com/community/viewtopic.php?f=14&t=2152375">', '</a>'), )); } |