1
0
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:
Joas Schilling
2014-04-11 12:19:04 +02:00
parent ed40846590
commit e0fadfb4d6
4 changed files with 24 additions and 1 deletions

View File

@@ -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());
}
}
}