From: fabien Date: Sat, 10 Oct 2009 07:59:12 +0000 (+0000) Subject: fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=513e8220bc70e1801797e961ffcee97a84ae948a;p=konrad%2Ftwig.git fixed typo git-svn-id: http://svn.twig-project.org/trunk@11 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- 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;