|
|
@@ -127,9 +127,9 @@ class ControllerTask extends BakeTask {
|
|
|
$controllersCreated++;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
if (!$controllersCreated) {
|
|
|
- $this->out(__d('cake_console', 'No Controllers were baked, Models need to exist before Controllers can be baked.', $admin));
|
|
|
+ $this->out(__d('cake_console', 'No Controllers were baked, Models need to exist before Controllers can be baked.', $admin));
|
|
|
}
|
|
|
}
|
|
|
|