fixed typo
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 19 Dec 2010 20:52:54 +0000 (21:52 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 19 Dec 2010 20:52:54 +0000 (21:52 +0100)
lib/Twig/Markup.php

index 878ee07..9b8f630 100644 (file)
@@ -21,7 +21,7 @@ class Twig_Markup extends Exception
 
     public function __construct($content)
     {
-        $this->content = $content;
+        $this->content = (string) $content;
     }
 
     public function __toString()