From 8120873e7ddac228c72f7333d6ca7246319ca2da Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Thu, 10 Oct 2019 19:57:11 +0200
Subject: [PATCH] Overlay generator form skeleton

---
 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 50a3bb3..36f67f1 100644
--- a/EOG/Utils/TwigFactory.php
+++ b/EOG/Utils/TwigFactory.php
@@ -18,7 +18,7 @@
 
 class TwigFactory
 {
-	private const CACHE_DIR = SITE_ROOT . 'cache/twig-templates/';
+	private const CACHE_DIR = SITE_ROOT . '/cache/twig-templates/';
 
 	/**
 	 * Visszatér egy beállított Twig_environment -el, amikbe már be van húzva a használt alap függvények

--
Gitblit v1.8.0