missed passing the session to SUPER::definition
This commit is contained in:
parent
66d98f371c
commit
4d94cd929d
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ sub definition {
|
|||
className=>'WebGUI::Asset::NewAsset',
|
||||
properties=>\%properties
|
||||
});
|
||||
return $class->SUPER::definition($definition);
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue