projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
dc884c3
)
fixed typo
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 19 Dec 2010 20:52:54 +0000 (21:52 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 19 Dec 2010 20:52:54 +0000 (21:52 +0100)
lib/Twig/Markup.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Markup.php
b/lib/Twig/Markup.php
index
878ee07
..
9b8f630
100644
(file)
--- 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()