This "P" is required for certain versions of pcre.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user