Skip to content

Commit

Permalink
Merge remote-tracking branch 'jtai/hotfix/router-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Dec 22, 2011
2 parents 1e3f1f9 + 0f04496 commit 181457e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/manual/en/module_specs/Zend_Mvc-Routing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ $route = Scheme::factory(array(
$route = Segment::factory(array(
'route' => '/:controller[/:action]',
'constraints' => array(
'controller' => '[a-zA-Z][a-ZA-Z0-9_-]+',
'action' => '[a-zA-Z][a-ZA-Z0-9_-]+',
'controller' => '[a-zA-Z][a-zA-Z0-9_-]+',
'action' => '[a-zA-Z][a-zA-Z0-9_-]+',
),
'defaults' => array(
'controller' => 'application-index',
Expand Down

0 comments on commit 181457e

Please sign in to comment.