mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12371] Allow notification types to redirect to a different url
This way we can redirect the post and bookmark notification to the first unread post in the topic PHPBB3-12371
This commit is contained in:
@@ -63,7 +63,7 @@ if (($mark_notification = $request->variable('mark_notification', 0)))
|
||||
redirect(append_sid($phpbb_root_path . $redirect));
|
||||
}
|
||||
|
||||
redirect($notification->get_url());
|
||||
redirect($notification->get_redirect_url());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user