fixed typo
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sat, 10 Oct 2009 07:59:12 +0000 (07:59 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sat, 10 Oct 2009 07:59:12 +0000 (07:59 +0000)
git-svn-id: http://svn.twig-project.org/trunk@11 93ef8e89-cb99-4229-a87c-7fa0fa45744b

lib/Twig/Loader.php

index a6bf65b..0011239 100644 (file)
@@ -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;