diff options
author | rxu <rxu@mail.ru> | 2016-06-21 12:47:30 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2016-07-17 21:14:13 +0700 |
commit | 3df9b2c8f813cb2458c57f487f282e6fdc97c28f (patch) | |
tree | c7fbc681e8650d5751d6ea5c55827d2b0fa088d0 /phpBB/config | |
parent | 9595946508c198be3aaae6deb88dee2bba354aef (diff) | |
download | forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.tar forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.tar.gz forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.tar.bz2 forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.tar.xz forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.zip |
[ticket/14688] Add core events to the feeds
PHPBB3-14688
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/feed.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/feed.yml b/phpBB/config/feed.yml index 48bd9fe76f..b69f80b2c5 100644 --- a/phpBB/config/feed.yml +++ b/phpBB/config/feed.yml @@ -25,6 +25,7 @@ services: - @user - @auth - @content.visibility + - @dispatcher - %core.php_ext% feed.forums: @@ -38,6 +39,7 @@ services: - @user - @auth - @content.visibility + - @dispatcher - %core.php_ext% feed.news: @@ -51,6 +53,7 @@ services: - @user - @auth - @content.visibility + - @dispatcher - %core.php_ext% feed.overall: @@ -64,6 +67,7 @@ services: - @user - @auth - @content.visibility + - @dispatcher - %core.php_ext% feed.topic: @@ -77,6 +81,7 @@ services: - @user - @auth - @content.visibility + - @dispatcher - %core.php_ext% feed.topics: @@ -90,6 +95,7 @@ services: - @user - @auth - @content.visibility + - @dispatcher - %core.php_ext% feed.topics_active: @@ -103,4 +109,5 @@ services: - @user - @auth - @content.visibility + - @dispatcher - %core.php_ext% |