Browse Source

Update ControllerTask.php

Removed $admin from message in regards to no controllers being baked in all() function
pummra 12 years ago
parent
commit
5605ff48ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/Command/Task/ControllerTask.php

+ 1 - 1
lib/Cake/Console/Command/Task/ControllerTask.php

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