remove logger to Tpex
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ log/*
|
||||
bin/*
|
||||
local/session/*
|
||||
coverage
|
||||
.idea
|
||||
|
||||
@@ -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(),
|
||||
|
||||
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>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user