diff options
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r-- | engine/classes/ElggData.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php index 96de1bc8f..a6cf7d21f 100644 --- a/engine/classes/ElggData.php +++ b/engine/classes/ElggData.php @@ -36,7 +36,7 @@ abstract class ElggData implements $this->attributes = array(); } - $this->attributes['time_created'] = ''; + $this->attributes['time_created'] = NULL; } /** |