mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/ajax] Add entirely unrelated but nice newlines
PHPBB3-10270
This commit is contained in:
parent
4a5172c9f7
commit
41d8a777dc
2 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,7 @@ inherit_from = {INHERIT_FROM}
|
|||
WHERE forum_style = ' . $style_id;
|
||||
$db->sql_query($sql);
|
||||
}
|
||||
|
||||
if ($request->is_ajax())
|
||||
{
|
||||
$json_response = new phpbb_json_response;
|
||||
|
|
|
@ -273,6 +273,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
|||
markread('topics', $forum_ids);
|
||||
$message = sprintf($user->lang['RETURN_FORUM'], '<a href="' . $redirect . '">', '</a>');
|
||||
meta_refresh(3, $redirect);
|
||||
|
||||
trigger_error($user->lang['FORUMS_MARKED'] . '<br /><br />' . $message);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue