Skip to content

Commit

Permalink
[modules] Fix validation in ProjectDownloadTrait (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and LOBsTerr committed Apr 23, 2018
1 parent f5fd6de commit bd35d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Shared/ProjectDownloadTrait.php
Expand Up @@ -69,7 +69,7 @@ public function modulesUninstallQuestion()
true
);

if (empty($moduleName) || is_numeric($modules)) {
if (empty($moduleName) || is_numeric($moduleName)) {
break;
}

Expand Down

0 comments on commit bd35d15

Please sign in to comment.