Skip to content

Commit

Permalink
Update ControllerTask.php
Browse files Browse the repository at this point in the history
Removed $admin from message in regards to no controllers being baked in all() function
  • Loading branch information
pummra committed Jan 8, 2014
1 parent a981c7f commit 5605ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/ControllerTask.php
Expand Up @@ -129,7 +129,7 @@ public function all() {
}

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.'));
}
}

Expand Down

0 comments on commit 5605ff4

Please sign in to comment.