Browse Source

Improving error view. Closes #2027

ADmad 14 years ago
parent
commit
2a554237f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Errors/missing_action.ctp

+ 1 - 1
lib/Cake/View/Errors/missing_action.ctp

@@ -29,7 +29,7 @@
 class <?php echo $controller;?> extends AppController {
 
 <strong>
-	function <?php echo $action;?> {
+	public function <?php echo $action;?>() {
 
 	}
 </strong>