mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '141-cli-pandora-create_data_module' into 'develop'
fixed error cli pandora-create_data_module See merge request !405
This commit is contained in:
commit
d10b0906ec
@ -1220,7 +1220,7 @@ sub cli_create_data_module($) {
|
|||||||
open (FILE, $definition_file);
|
open (FILE, $definition_file);
|
||||||
while (<FILE>) {
|
while (<FILE>) {
|
||||||
chomp;
|
chomp;
|
||||||
my ($key, $val) = split / /;
|
my ($key, $val) = split / /,2;
|
||||||
if ($key eq 'module_name') {
|
if ($key eq 'module_name') {
|
||||||
$module_name_def = $val;
|
$module_name_def = $val;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user