Skip to content

Commit b38ca7c

Browse files
committed
TemplateFactory: removed $template->netteHttpResponse, is not used anymore
1 parent 190f630 commit b38ca7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bridges/ApplicationLatte/TemplateFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public function createTemplate(UI\Control $control = NULL)
8888
$template->control = $template->_control = $control;
8989
$template->presenter = $template->_presenter = $presenter;
9090
$template->user = $this->user;
91-
$template->netteHttpResponse = $this->httpResponse;
9291
$template->netteCacheStorage = $this->cacheStorage;
9392
$template->baseUri = $template->baseUrl = $this->httpRequest ? rtrim($this->httpRequest->getUrl()->getBaseUrl(), '/') : NULL;
9493
$template->basePath = preg_replace('#https?://[^/]+#A', '', $template->baseUrl);

0 commit comments

Comments
 (0)