Update ControllerTask.php

Removed $admin from message in regards to no controllers being baked in all() function
This commit is contained in:
pummra 2014-01-08 12:23:03 +00:00
parent a981c7fa8c
commit 5605ff48ab

View file

@ -129,7 +129,7 @@ class ControllerTask extends BakeTask {
}
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.'));
}
}