aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/objects.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-03 15:17:13 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-03 15:17:13 +0000
commit0ff224e1e98650c2620db56255c59cf85a09d263 (patch)
tree1abc445ac99e84c26e81400e49c76bc56195815d /engine/lib/objects.php
parent04a63d86bd952b6fd7eb8ad16c8462b540ec9106 (diff)
downloadelgg-0ff224e1e98650c2620db56255c59cf85a09d263.tar.gz
elgg-0ff224e1e98650c2620db56255c59cf85a09d263.tar.bz2
Extending stdClass is silly
git-svn-id: https://code.elgg.org/elgg/trunk@61 36083f99-b078-4883-b0ff-0f9b5a30f544
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();