Testers #214: Repaired append_sid in news/announcements

This commit is contained in:
Ice
2008-02-05 16:52:11 +00:00
parent 643d3e5c1b
commit af3e08808a
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ else
'U_POST_COMMENT' => append_sid("{$phpbb_root_path}posting.$phpEx", 'mode=reply&' . (($forum_id) ? 'f=' . $forum_id . '&' : '') . 't=' . $topic_id),
'S_POLL' => $fetch_news[$i]['poll'],
'S_UNREAD_INFO' => $unread_topic,
'U_READ_FULL' => append_sid("{$phpbb_root_path}portal.$phpEx", ''),
'U_READ_FULL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
'L_READ_FULL' => $read_full,
'OPEN' => $open_bracket,
'CLOSE' => $close_bracket,

View File

@@ -117,7 +117,7 @@ else
'U_POST_COMMENT' => append_sid("{$phpbb_root_path}posting.$phpEx", 'mode=reply&f=' . $fetch_news[$i]['forum_id'] . '&t=' . $fetch_news[$i]['topic_id']),
'S_POLL' => $fetch_news[$i]['poll'],
'S_UNREAD_INFO' => $unread_topic,
'U_READ_FULL' => append_sid("{$phpbb_root_path}portal.$phpEx", ''),
'U_READ_FULL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
'L_READ_FULL' => $read_full,
'OPEN' => $open_bracket,
'CLOSE' => $close_bracket,