aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller/helper.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2015-01-30 15:28:25 -0800
committerJoas Schilling <nickvergessen@gmx.de>2015-01-31 00:56:59 +0100
commite6bbde2bffc4ff90de1b754d3682bc7f1ca1d67c (patch)
tree8c4fb92289cb1157663bc37debbeca21a24472bb /phpBB/phpbb/controller/helper.php
parentab4b1afd98b1a9ba532390373b88b518c3d98ece (diff)
downloadforums-e6bbde2bffc4ff90de1b754d3682bc7f1ca1d67c.tar
forums-e6bbde2bffc4ff90de1b754d3682bc7f1ca1d67c.tar.gz
forums-e6bbde2bffc4ff90de1b754d3682bc7f1ca1d67c.tar.bz2
forums-e6bbde2bffc4ff90de1b754d3682bc7f1ca1d67c.tar.xz
forums-e6bbde2bffc4ff90de1b754d3682bc7f1ca1d67c.zip
[ticket/13553] Use defined title value in page headers too
PHPBB3-13553
Diffstat (limited to 'phpBB/phpbb/controller/helper.php')
-rw-r--r--phpBB/phpbb/controller/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/controller/helper.php b/phpBB/phpbb/controller/helper.php
index 8b0efae08a..c6c470e91b 100644
--- a/phpBB/phpbb/controller/helper.php
+++ b/phpBB/phpbb/controller/helper.php
@@ -211,7 +211,7 @@ class helper
'MESSAGE_TITLE' => $this->user->lang($title),
));
- return $this->render('message_body.html', $this->user->lang('INFORMATION'), $code);
+ return $this->render('message_body.html', $this->user->lang($title), $code);
}
/**