diff options
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r-- | engine/lib/objects.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php index 7cf58a848..29441b67c 100644 --- a/engine/lib/objects.php +++ b/engine/lib/objects.php @@ -97,7 +97,6 @@ return false;
}
-
/**
* Creates an object
@@ -326,13 +325,12 @@ }
return true;
}
-
/**
* This class represents an Elgg object.
*
*/
- class ElggObject {
+ class ElggObject extends stdClass {
private $attributes = array();
|