diff --git a/package.json b/package.json index ffe40f57c..fd8356c62 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php b/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php index d6c7931cd..3c610dab9 100644 --- a/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php +++ b/rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php @@ -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);