From a4186ab0762833a4c4dd741e6dd112185efc2272 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Thu, 17 Oct 2019 16:51:42 +0200
Subject: [PATCH] History felület alapok és némi refaktor

---
 EOG/Utils/TwigFactory.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/EOG/Utils/TwigFactory.php b/EOG/Utils/TwigFactory.php
index 36f67f1..329d908 100644
--- a/EOG/Utils/TwigFactory.php
+++ b/EOG/Utils/TwigFactory.php
@@ -42,7 +42,7 @@
 			$loader = new FilesystemLoader($fileSystemPaths);
 		}
 
-		$twigEnvironmentOptions['cache'] = static::CACHE_DIR;
+		//$twigEnvironmentOptions['cache'] = static::CACHE_DIR;
 		$twigEnvironmentOptions['auto_reload'] = true;
 
 		if (IS_DEV)

--
Gitblit v1.8.0