Skip to content

Commit

Permalink
Reverted the change from while to if.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Jul 29, 2011
1 parent 9e75de2 commit 511b480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/PluginTask.php
Expand Up @@ -69,7 +69,7 @@ public function execute() {
* @return void
*/
protected function _interactive($plugin = null) {
if ($plugin === null) {
while ($plugin === null) {
$plugin = $this->in(__d('cake_console', 'Enter the name of the plugin in CamelCase format'));
}

Expand Down

0 comments on commit 511b480

Please sign in to comment.