Improving error view. Closes #2027

This commit is contained in:
ADmad 2011-09-26 11:49:49 +05:30
parent 79687a2dcf
commit 2a554237f4

View file

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