mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-11498-15743-cli-create_synthetic-no-toma-segundo-modulo-para-anadir-al-modulo-final' into 'develop'
Ent 11498-15743-cli-create_synthetic-no-toma-segundo-modulo-para-anadir-al-modulo-final See merge request artica/pandorafms!6271
This commit is contained in:
commit
28d883fe24
@ -5411,7 +5411,7 @@ sub cli_create_synthetic() {
|
||||
|
||||
my @module_data;
|
||||
|
||||
if (@ARGV[$#ARGV] == "use_alias") {
|
||||
if (@ARGV[$#ARGV] eq "use_alias") {
|
||||
@module_data = @ARGV[5..$#ARGV-1];
|
||||
} else {
|
||||
@module_data = @ARGV[5..$#ARGV];
|
||||
|
Loading…
x
Reference in New Issue
Block a user