mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Reverted the change from while to if.
This commit is contained in:
parent
9e75de2f28
commit
511b480285
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class PluginTask extends Shell {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function _interactive($plugin = null) {
|
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'));
|
$plugin = $this->in(__d('cake_console', 'Enter the name of the plugin in CamelCase format'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue