Commit cd7603a8 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(5897) Add missing initialization of $templatable in BooleanAttribute

The merge in 1.3-dev took part of other changes without taking the
 initialization for this attribute, which messed things up.
Should be better like this.

issue #5897
Showing with 1 addition and 0 deletions
+1 -0
...@@ -25,6 +25,7 @@ class BooleanAttribute extends Attribute ...@@ -25,6 +25,7 @@ class BooleanAttribute extends Attribute
{ {
public $trueValue; public $trueValue;
public $falseValue; public $falseValue;
protected $templatable = TRUE;
/*! \brief The constructor of BooleanAttribute /*! \brief The constructor of BooleanAttribute
* *
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment