prevent assetManager from crashing. Still does not work right.
This commit is contained in:
parent
8b752dd64e
commit
af061533ad
1 changed files with 1 additions and 1 deletions
|
|
@ -838,7 +838,7 @@ ENDHTML
|
|||
}
|
||||
|
||||
# The More menu
|
||||
$fields{ moreMenu } = getMoreMenu( $asset, $i18n->get( "menu label" ) );
|
||||
$fields{ moreMenu } = getMoreMenu( $session, $i18n->get( "menu label" ) );
|
||||
|
||||
$output .= sprintf $row_markup, @fields{ @row_fields };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue