aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-11 12:19:04 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-25 11:52:19 +0200
commite0fadfb4d675df71b359b5d64b614051dda4017e (patch)
tree076abf2ac7f17ea53468ee848c82760a6286cb13 /phpBB/index.php
parented40846590ea3b80af35aa845dba7e05da88c223 (diff)
downloadforums-e0fadfb4d675df71b359b5d64b614051dda4017e.tar
forums-e0fadfb4d675df71b359b5d64b614051dda4017e.tar.gz
forums-e0fadfb4d675df71b359b5d64b614051dda4017e.tar.bz2
forums-e0fadfb4d675df71b359b5d64b614051dda4017e.tar.xz
forums-e0fadfb4d675df71b359b5d64b614051dda4017e.zip
[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
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 32bc118e8c..6927705f91 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -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());
}
}
}