mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
removing unused code from Shell::createFile(), fixes #4346
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6963 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
c3c5898ebc
commit
3a77f6abc8
1 changed files with 0 additions and 2 deletions
|
@ -423,8 +423,6 @@ class Shell extends Object {
|
|||
if (low($key) == 'q') {
|
||||
$this->out(__("Quitting.", true) ."\n");
|
||||
exit;
|
||||
} elseif (low($key) == 'a') {
|
||||
$this->dont_ask = true;
|
||||
} elseif (low($key) != 'y') {
|
||||
$this->out(__("Skip", true) ." {$path}\n");
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue