merge to 10219
This commit is contained in:
parent
ae28bf79c8
commit
4c1307e3d0
194 changed files with 8203 additions and 2134 deletions
|
|
@ -259,8 +259,6 @@ foreach my $testImage (@testImages) {
|
|||
);
|
||||
}
|
||||
|
||||
use Data::Dumper;
|
||||
|
||||
$session->setting->set('maxImageSize', $resizeTarget );
|
||||
foreach my $testImage (@testImages) {
|
||||
my $filename = $testImage->{ filename };
|
||||
|
|
@ -286,5 +284,4 @@ END {
|
|||
) {
|
||||
ref $stor eq "WebGUI::Storage" and $stor->delete;
|
||||
}
|
||||
$session->setting->set('maxImageSize', $origMaxImageSize );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue