remove logger to Tpex

This commit is contained in:
Manuel Raynaud
2013-03-04 09:20:38 +01:00
parent 0b9e3c7ad8
commit 1fb04635b5
4 changed files with 2 additions and 6 deletions

View File

@@ -150,7 +150,6 @@ class Parser implements ParserInterface
$content = $this->openFile($this->getRequest());
$this->tpex->init($this->container->get("request"), $this->container->get("dispatcher"), $content, THELIA_TEMPLATE_DIR . rtrim($this->template, "/") . "/");
$this->tpex->setLogger(Tlog::getInstance());
$this->tpex->configure(
array(),
array(),