mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
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:
parent
6f2d0f6951
commit
25b1bfa1c2
1 changed files with 1 additions and 1 deletions
|
@ -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)?');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue