PreRelease commit

This commit is contained in:
RainLoop Team 2016-03-05 03:01:00 +03:00
parent 5eb9bd311a
commit d619cbcf9d
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.9.4",
"release": "398",
"release": "402",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "gulpfile.js",
@ -40,7 +40,7 @@
"plugins"
],
"readmeFilename": "README.md",
"ownCloudPackageVersion": "4.11",
"ownCloudPackageVersion": "4.12",
"engines": {
"node": ">= 0.10.0"
},

View file

@ -8545,7 +8545,7 @@ class Actions
$oImage = $oImagine->load(\stream_get_contents($rResource));
$oImage = $this->correctImageOrientation($oImage, $bDetectImageOrientation, 60);
$oImage = $self->correctImageOrientation($oImage, $bDetectImageOrientation, 60);
\header('Content-Disposition: inline; '.
\trim(\MailSo\Base\Utils::EncodeHeaderUtf8AttributeValue('filename', $sFileNameOut.'_thumb60x60.png')), true);
@ -8569,7 +8569,7 @@ class Actions
$oImage = $oImagine->load($sLoadedData);
$oImage = $this->correctImageOrientation($oImage, $bDetectImageOrientation);
$oImage = $self->correctImageOrientation($oImage, $bDetectImageOrientation);
\header('Content-Disposition: inline; '.
\trim(\MailSo\Base\Utils::EncodeHeaderUtf8AttributeValue('filename', $sFileNameOut)), true);