entryId needs to be public for the earlier change to work. Fixes bug #11980

This commit is contained in:
Colin Kuskie 2010-11-30 08:51:38 -08:00
parent b219324fc1
commit e2115411b5
2 changed files with 2 additions and 1 deletions

View file

@ -42,7 +42,7 @@ use WebGUI::Asset::Wobject::DataForm;
readonly session => my %session;
private entryData => my %entryData;
private entryId => my %entryId;
readonly entryId => my %entryId;
readonly assetId => my %assetId;
readonly asset => my %asset;
private userId => my %userId;