1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-24 17:22:55 +02:00

[ticket/14247] Use quotes around @ and % strings in YAML

PHPBB3-14247
This commit is contained in:
Matt Friedman
2015-12-07 13:11:22 -08:00
parent f14a9b7069
commit d9d89cad94
52 changed files with 1120 additions and 1120 deletions

View File

@@ -3,7 +3,7 @@ phpbb_report_pm_controller:
methods: [GET, POST]
defaults:
_controller: phpbb.report.controller:handle
mode: "pm"
mode: 'pm'
requirements:
id: \d+
@@ -12,6 +12,6 @@ phpbb_report_post_controller:
methods: [GET, POST]
defaults:
_controller: phpbb.report.controller:handle
mode: "post"
mode: 'post'
requirements:
id: \d+