tweaked previous merge
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 26 Jan 2013 14:57:10 +0000 (15:57 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 26 Jan 2013 14:57:10 +0000 (15:57 +0100)
lib/Twig/Extension/Core.php

index c1a37d8..fdd6c23 100644 (file)
@@ -1267,7 +1267,7 @@ function twig_include(Twig_Environment $env, $context, $template, $variables = a
  */
 function twig_constant($constant, $object = null)
 {
-    if ($object) {
+    if (null !== $object) {
         $constant = get_class($object).'::'.$constant;
     }