diff --git a/src/Mustache/Engine.php b/src/Mustache/Engine.php index 4cac394..91469de 100644 --- a/src/Mustache/Engine.php +++ b/src/Mustache/Engine.php @@ -174,7 +174,7 @@ class Mustache_Engine } if (isset($options['entity_flags'])) { - $this->entityFlags = $options['entity_flags']; + $this->entityFlags = $options['entity_flags']; } if (isset($options['charset'])) {