Skip to content

Commit

Permalink
Removing non required attribute from missing controller error page.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 29, 2010
1 parent 99cde14 commit 741f297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/view/errors/missing_controller.ctp
Expand Up @@ -30,7 +30,6 @@
<?php
class <?php echo $controller;?> extends AppController {

public $name = '<?php echo $controllerName;?>';
}
?&gt;
</pre>
Expand Down

0 comments on commit 741f297

Please sign in to comment.