remove logger to Tpex
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ log/*
|
|||||||
bin/*
|
bin/*
|
||||||
local/session/*
|
local/session/*
|
||||||
coverage
|
coverage
|
||||||
|
.idea
|
||||||
|
|||||||
@@ -150,7 +150,6 @@ class Parser implements ParserInterface
|
|||||||
$content = $this->openFile($this->getRequest());
|
$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->init($this->container->get("request"), $this->container->get("dispatcher"), $content, THELIA_TEMPLATE_DIR . rtrim($this->template, "/") . "/");
|
||||||
$this->tpex->setLogger(Tlog::getInstance());
|
|
||||||
$this->tpex->configure(
|
$this->tpex->configure(
|
||||||
array(),
|
array(),
|
||||||
array(),
|
array(),
|
||||||
|
|||||||
Submodule core/lib/Thelia/Tpex updated: 4fb42f64f8...c573391fd8
@@ -1,7 +1,3 @@
|
|||||||
<!--
|
|
||||||
To change this template, choose Tools | Templates
|
|
||||||
and open the template in the editor.
|
|
||||||
-->
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
Reference in New Issue
Block a user