Skip to content

Commit

Permalink
Improving error view. Closes #2027
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 26, 2011
1 parent 79687a2 commit 2a55423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Errors/missing_action.ctp
Expand Up @@ -29,7 +29,7 @@
class <?php echo $controller;?> extends AppController {

<strong>
function <?php echo $action;?> {
public function <?php echo $action;?>() {

}
</strong>
Expand Down

0 comments on commit 2a55423

Please sign in to comment.