We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When symfony2 is updated to at least 2.4 ( which will take until phpbb 3.2 ( https://www.phpbb.com/community/viewtopic.php?f=461&t=2300491 ) we should use routing-conditions
like this: http://stackoverflow.com/a/21661883/386201 here:
phpbb-ext-topictags/controller/main.php
Lines 295 to 296 in 6152e93
instead of faking a 404 here:
Line 307 in 6152e93
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When symfony2 is updated to at least 2.4 ( which will take until phpbb 3.2 ( https://www.phpbb.com/community/viewtopic.php?f=461&t=2300491 )
we should use routing-conditions
like this: http://stackoverflow.com/a/21661883/386201
here:
phpbb-ext-topictags/controller/main.php
Lines 295 to 296 in 6152e93
instead of faking a 404 here:
phpbb-ext-topictags/controller/main.php
Line 307 in 6152e93
The text was updated successfully, but these errors were encountered: