fix for custom model table in bake 1.2

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3684 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2006-10-15 08:33:23 +00:00
parent 6f2d0f6951
commit 25b1bfa1c2

View file

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