|
|
@@ -24,7 +24,7 @@ $pluginDot = empty($plugin) ? null : $plugin . '.';
|
|
|
</p>
|
|
|
<p class="error">
|
|
|
<strong><?php echo __d('cake_dev', 'Error'); ?>: </strong>
|
|
|
- <?php echo __d('cake_dev', 'Create the class %s below in file: %s', '<em>' . $class . '</em>', (empty($plugin) ? APP_DIR . DS : CakePlugin::path($plugin)) . 'Controller' . DS . 'Component' . DS . $class . '.php'); ?>
|
|
|
+ <?php echo __d('cake_dev', 'Create the class %s below in file: %s', '<em>' . $class . '</em>', (empty($plugin) ? APP_DIR : CakePlugin::path($plugin)) . DS . 'Controller' . DS . 'Component' . DS . $class . '.php'); ?>
|
|
|
</p>
|
|
|
<pre>
|
|
|
<?php
|