]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/template/image/class_ImageTemplateEngine.php
Fixed, opps.
[core.git] / 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
         */
        public function transferToResponse (Responseable $responseInstance) {
                // Set the image instance
-               $responseInstance->getImageInstance($this->getImageInstance());
+               $responseInstance->setImageInstance($this->getImageInstance());
        }
 
        /**
        }
 
        /**