diff options
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r-- | engine/lib/objects.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php index d1e9b78c2..19b264d1c 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -33,9 +33,8 @@ $this->attributes['type'] = "object";
$this->attributes['title'] = "";
- $this->attributes['description'] = "";
-
-
+ $this->attributes['description'] = ""; + $this->attributes['tables_split'] = 2;
}
/**
|