Skip to content

Commit

Permalink
Updating configuration in app/config/routes.php to reflect new rout…
Browse files Browse the repository at this point in the history
…ing syntax. Bug found by Ben Ramsey.
  • Loading branch information
nateabele committed Dec 30, 2009
1 parent 20dfbc0 commit 18f08c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* ...and connect the rest of 'Pages' controller's urls.
*/
Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'view'));
Router::connect('/pages/{:args}', array('controller' => 'pages', 'action' => 'view'));

/**
* Connect the testing routes.
Expand Down

0 comments on commit 18f08c4

Please sign in to comment.