diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-26 18:18:18 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-26 18:18:18 +0200 |
commit | 42e29daa1faab896f74f86fd641ebdf4a907940b (patch) | |
tree | 3e834b5ef6ecf6a3f29f7180e0319b10a5750731 /phpBB/viewtopic.php | |
parent | 9eedd45aac7670c1fdd4076755b1f807d2587d3d (diff) | |
parent | 31e11d81e8de4a4f5ca5c91590681edab887f2aa (diff) | |
download | forums-42e29daa1faab896f74f86fd641ebdf4a907940b.tar forums-42e29daa1faab896f74f86fd641ebdf4a907940b.tar.gz forums-42e29daa1faab896f74f86fd641ebdf4a907940b.tar.bz2 forums-42e29daa1faab896f74f86fd641ebdf4a907940b.tar.xz forums-42e29daa1faab896f74f86fd641ebdf4a907940b.zip |
Merge pull request #2325 from n-aleha/ticket/12406
[ticket/12406] Fix variable description of core.viewtopic_modify_page_ti...
* n-aleha/ticket/12406:
[ticket/12406] Fix variable description of core.viewtopic_modify_page_title
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 9dc965240f..f5e86c6b40 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1879,7 +1879,7 @@ $page_title = $topic_data['topic_title'] . ($start ? ' - ' . sprintf($user->lang * You can use this event to modify the page title of the viewtopic page * * @event core.viewtopic_modify_page_title -* @var string page_title Title of the index page +* @var string page_title Title of the viewtopic page * @var array topic_data Array with topic data * @var int forum_id Forum ID of the topic * @var int start Start offset used to calculate the page |