diff options
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r-- | engine/lib/objects.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php index f8a4387f3..1541c8dd5 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -334,7 +334,8 @@ private $attributes = array();
- function __get($name) {
+ function __get($name) { +
if (isset($this->attributes[$name])) {
return $this->attributes[$name];
}
|