Browse Source

Fixing error message. Closes #2579

ADmad 14 years ago
parent
commit
55f63bbd5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Errors/missing_controller.ctp

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

@@ -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>