Skip to content

Commit

Permalink
Fix typo in error template file name.
Browse files Browse the repository at this point in the history
Fixes #6644
  • Loading branch information
markstory committed May 27, 2015
1 parent 0cc04f7 commit 8dda329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Error/missing_controller.ctp
Expand Up @@ -39,7 +39,7 @@ if (empty($plugin)) {
$this->layout = 'dev_error';

$this->assign('title', 'Missing Controller');
$this->assign('templateName', 'missing_controller.php');
$this->assign('templateName', 'missing_controller.ctp');

$this->start('subheading');
?>
Expand Down

0 comments on commit 8dda329

Please sign in to comment.