aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-09 16:34:44 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-09 16:34:44 +0000
commitf5c7695c7e5f9f99bb5e0d6ac64383aded51d2eb (patch)
tree2da11a3f576defb2b91d6c200ef783e1f6c3c42f /engine/lib/objects.php
parent72a23a6b2bae1cf907484b435987dce0c16e66f0 (diff)
downloadelgg-f5c7695c7e5f9f99bb5e0d6ac64383aded51d2eb.tar.gz
elgg-f5c7695c7e5f9f99bb5e0d6ac64383aded51d2eb.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@838 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r--engine/lib/objects.php5
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;
}
/**