Make sure that all builder methods that use session sare set to be lazy.

This commit is contained in:
Colin Kuskie 2010-02-05 15:41:01 -08:00
parent 9f06085054
commit d1572c4257
5 changed files with 8 additions and 0 deletions

View file

@ -30,6 +30,7 @@ property thumbnailSize => (
hoverHelp => ['Thumbnail size description', 'Asset_Image'],
fieldType => 'integer',
builder => '_default_thumbnailSize',
lazy => 1,
);
sub _default_thumbnailSize {
my $self = shift;