Continued:
[core.git] / framework / main / classes / response / image / class_ImageResponse.php
index a2fc7a065b5a34ee367f681aeca2c886ea5a9219..2ff80036c3f40f7cb4209a03f5b137816daa21e6 100644 (file)
@@ -150,7 +150,7 @@ class ImageResponse extends BaseResponse implements Responseable {
                } // END - if
 
                // Assign application data
-               $this->getTemplateInstance()->assignApplicationData($applicationInstance());
+               $this->getTemplateInstance()->assignApplicationData($applicationInstance);
 
                // Get the url from config
                $url = $this->getConfigInstance()->getConfigEntry($configEntry . '_url');