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 5e1130349..3470ee1cf 100644 --- a/engine/classes/ElggData.php +++ b/engine/classes/ElggData.php @@ -302,4 +302,4 @@ abstract class ElggData implements public function offsetExists($offset) { return array_key_exists($offset, $this->attributes); } -}
\ No newline at end of file +} |