1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/13713] Make mentions globally available

PHPBB3-13713
This commit is contained in:
lavigor
2018-06-06 12:39:51 +03:00
committed by Marc Alexander
parent ac8adcb9a6
commit 8817e23474
5 changed files with 58 additions and 1 deletions

View File

@@ -1905,7 +1905,6 @@ $page_data = array(
'U_VIEW_TOPIC' => ($mode != 'post') ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id") : '',
'U_PROGRESS_BAR' => append_sid("{$phpbb_root_path}posting.$phpEx", "f=$forum_id&mode=popup"),
'UA_PROGRESS_BAR' => addslashes(append_sid("{$phpbb_root_path}posting.$phpEx", "f=$forum_id&mode=popup")),
'UA_MENTION_URL' => $controller_helper->route('phpbb_mention_controller'),
'S_PRIVMSGS' => false,
'S_CLOSE_PROGRESS_WINDOW' => (isset($_POST['add_file'])) ? true : false,