From 513e8220bc70e1801797e961ffcee97a84ae948a Mon Sep 17 00:00:00 2001 From: fabien Date: Sat, 10 Oct 2009 07:59:12 +0000 Subject: [PATCH] fixed typo git-svn-id: http://svn.twig-project.org/trunk@11 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- lib/Twig/Loader.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Loader.php b/lib/Twig/Loader.php index a6bf65b..0011239 100644 --- a/lib/Twig/Loader.php +++ b/lib/Twig/Loader.php @@ -43,7 +43,7 @@ abstract class Twig_Loader implements Twig_LoaderInterface if (false !== $this->cache && !is_dir($this->cache)) { - mkdir($this->cache, 0777, true) + mkdir($this->cache, 0777, true); } $this->autoReload = $autoReload; -- 1.7.2.5