X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/9479b4784279e579130b924828954cef5d9f81f7..24b48984fdefe31ee84de4cf80f3ee33381aaac1:/typo3/sysext/cms/tslib/class.tslib_content.php diff --git a/typo3/sysext/cms/tslib/class.tslib_content.php b/typo3/sysext/cms/tslib/class.tslib_content.php index b1e1f8d60822..5eab7f00c769 100755 --- a/typo3/sysext/cms/tslib/class.tslib_content.php +++ b/typo3/sysext/cms/tslib/class.tslib_content.php @@ -4577,8 +4577,8 @@ class tslib_cObj { $fileArray['ext']= $this->stdWrap($fileArray['ext'],$fileArray['ext.']); $fileArray['maxW']= intval($this->stdWrap($fileArray['maxW'],$fileArray['maxW.'])); $fileArray['maxH']= intval($this->stdWrap($fileArray['maxH'],$fileArray['maxH.'])); - $fileArray['minW']= intval($fileArray['minW']); - $fileArray['minH']= intval($fileArray['minH']); + $fileArray['minW']= intval($this->stdWrap($fileArray['minW'],$fileArray['minW.'])); + $fileArray['minH']= intval($this->stdWrap($fileArray['minH'],$fileArray['minH.'])); $maskArray= $fileArray['m.']; $maskImages=array(); if (is_array($fileArray['m.'])) { // Must render mask images and include in hash-calculating - else we cannot be sure the filename is unique for the setup!