aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggObject.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggObject.php')
-rw-r--r--engine/classes/ElggObject.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/ElggObject.php b/engine/classes/ElggObject.php
index a808f4b9f..74c7be248 100644
--- a/engine/classes/ElggObject.php
+++ b/engine/classes/ElggObject.php
@@ -40,8 +40,8 @@ class ElggObject extends ElggEntity {
parent::initializeAttributes();
$this->attributes['type'] = "object";
- $this->attributes['title'] = "";
- $this->attributes['description'] = "";
+ $this->attributes['title'] = NULL;
+ $this->attributes['description'] = NULL;
$this->attributes['tables_split'] = 2;
}