diff --git a/cake/scripts/bake.php b/cake/scripts/bake.php index 6d3a63975..b45a67bac 100644 --- a/cake/scripts/bake.php +++ b/cake/scripts/bake.php @@ -421,7 +421,7 @@ class Bake { } if (strtolower($tableIsGood) == 'n' || strtolower($tableIsGood) == 'no') { - $table = $this->getInput('What is the name of the table (enter "null" to use NO table)?'); + $currentTableName = $this->getInput('What is the name of the table (enter "null" to use NO table)?'); }