Fixed setting of module id during module loading.
This commit is contained in:
parent
1f4472cff3
commit
1bf2f9dc76
@ -188,7 +188,7 @@ sub _new_module_internal {
|
||||
die "Unable to load module $name: $@" if($@);
|
||||
|
||||
# Set up the module argument hash...
|
||||
my %args = ( "modid" => $modrow -> {"id"},
|
||||
my %args = ( "modid" => $modrow -> {"module_id"},
|
||||
"args" => $modarg,
|
||||
"module" => $self,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user