From: Fabien Potencier Date: Sun, 19 Dec 2010 20:52:54 +0000 (+0100) Subject: fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=3a6d9e8526bd7d58fe00bc9283d1f0c5d707bc4d;p=web%2Fkonrad%2Ftwig.git fixed typo --- diff --git a/lib/Twig/Markup.php b/lib/Twig/Markup.php index 878ee07..9b8f630 100644 --- a/lib/Twig/Markup.php +++ b/lib/Twig/Markup.php @@ -21,7 +21,7 @@ class Twig_Markup extends Exception public function __construct($content) { - $this->content = $content; + $this->content = (string) $content; } public function __toString()