fixed: profile photos don't obey max image size

This commit is contained in:
Graham Knop 2008-03-28 19:55:03 +00:00
parent 221d5ac0aa
commit 53bdfda753
6 changed files with 15 additions and 8 deletions

View file

@ -161,7 +161,8 @@ sub definition {
my $properties = {
storageId => {
fieldType=>"image",
defaultValue=>undef
defaultValue=>undef,
enforceSizeLimits => 0,
},
threadId => {
noFormPost=>1,