From f364b9a47655180d52f27c4308b24b253affaad6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Aug 2016 15:36:53 +0200 Subject: [PATCH] no cs/ci dir for statis tpl --- src/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.php b/src/Config.php index 0e03cbe..3c6b231 100644 --- a/src/Config.php +++ b/src/Config.php @@ -314,6 +314,7 @@ public function getTemplate() { if ($this->isPharMode()) { if ($this->isStaticMode()) { $tplFile = 'staticphar.php.tpl'; + $tplType = '.'; } else { $tplFile = 'phar.php.tpl'; }