Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing error message. Closes #2579
  • Loading branch information
ADmad committed Feb 15, 2012
1 parent 27367b4 commit 55f63bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Errors/missing_controller.ctp
Expand Up @@ -28,7 +28,7 @@ $pluginDot = empty($plugin) ? null : $plugin . '.';
</p>
<pre>
&lt;?php
class <?php echo $class; ?> extends AppController {
class <?php echo $class . ' extends ' . $plugin; ?>AppController {

}
</pre>
Expand Down

0 comments on commit 55f63bb

Please sign in to comment.