fixed: changing image thumbnail size doesn't resize image

This commit is contained in:
Graham Knop 2008-03-07 18:55:46 +00:00
parent d9d524a2fe
commit 050128f313
3 changed files with 6 additions and 2 deletions

View file

@ -334,6 +334,9 @@ sub processPropertiesFromFormPost {
$self->setFile( $filePath );
$storage->delete;
}
else {
$self->applyConstraints;
}
return undef;
}