]> git.mxchange.org Git - core.git/commitdiff
Fixed, opps.
authorRoland Haeder <roland@mxchange.org>
Thu, 15 May 2014 19:40:41 +0000 (21:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 May 2014 19:40:41 +0000 (21:40 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/template/image/class_ImageTemplateEngine.php

index 56082432a67364547de3e5253f24c71fae0757be..e55c3166e7f50f27fbe90e09b29f652d076d095f 100644 (file)
@@ -482,7 +482,7 @@ class ImageTemplateEngine extends BaseTemplateEngine implements CompileableTempl
         */
        public function transferToResponse (Responseable $responseInstance) {
                // Set the image instance
-               $responseInstance->getImageInstance($this->getImageInstance());
+               $responseInstance->setImageInstance($this->getImageInstance());
        }
 
        /**