Index: trunk/extensions/EducationProgram/includes/EPRevision.php |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | */ |
96 | 96 | public function getObject() { |
97 | 97 | $class = $this->getField( 'type' ); |
98 | | - return $class::newFromArray( $this->getField( 'data' ) ); |
| 98 | + return $class::newFromArray( $this->getField( 'data' ), true ); |
99 | 99 | } |
100 | 100 | |
101 | 101 | /** |