Index: typo3/sysext/cms/tslib/content/class.tslib_content_image.php =================================================================== --- typo3/sysext/cms/tslib/content/class.tslib_content_image.php (revision 10535) +++ typo3/sysext/cms/tslib/content/class.tslib_content_image.php (revision ) @@ -42,7 +42,7 @@ * @return string Output */ public function render($conf = array()) { - if (isset($conf['if.']) && $this->cObj->checkIf($conf['if.'])) { + if ($this->cObj->checkIf($conf['if.'])) { $theValue = $this->cObj->cImage($conf['file'], $conf); if (isset($conf['stdWrap.'])) { $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);