1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11481] Move prepended slash from calls into function

PHPBB3-11481
This commit is contained in:
Joas Schilling
2013-06-06 20:35:38 +02:00
parent 6333451455
commit e36deed24f
6 changed files with 6 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ if (!$feed_updated_time)
// FEED_IMAGE is not used (atom)
$global_vars = array_merge($global_vars, array(
'FEED_IMAGE' => '',
'SELF_LINK' => $phpbb_feed_helper->append_sid('/feed.' . $phpEx, $params),
'SELF_LINK' => $phpbb_feed_helper->append_sid('feed.' . $phpEx, $params),
'FEED_LINK' => $board_url . '/index.' . $phpEx,
'FEED_TITLE' => $config['sitename'],
'FEED_SUBTITLE' => $config['site_desc'],