aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/objects.php')
-rw-r--r--engine/lib/objects.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/objects.php b/engine/lib/objects.php
index 29441b67c..c495de0aa 100644
--- a/engine/lib/objects.php
+++ b/engine/lib/objects.php
@@ -330,7 +330,7 @@
* This class represents an Elgg object.
*
*/
- class ElggObject extends stdClass {
+ class ElggObject {
private $attributes = array();