This "P" is required for certain versions of pcre.

This commit is contained in:
epriestley
2011-04-03 23:45:27 -07:00
parent 71b2f4a567
commit 94fa908cea

View File

@@ -240,7 +240,7 @@ class AphrontDefaultApplicationConfiguration
'$' => 'HeraldHomeController',
'view/(?P<view>[^/]+)/$' => 'HeraldHomeController',
'new/(?:(?P<type>[^/]+)/)?$' => 'HeraldNewController',
'rule/(?:(?<id>\d+)/)?$' => 'HeraldRuleController',
'rule/(?:(?P<id>\d+)/)?$' => 'HeraldRuleController',
'delete/(?P<id>\d+)/$' => 'HeraldDeleteController',
'test/$' => 'HeraldTestConsoleController',
'transcript/$' => 'HeraldTranscriptListController',