From 0ff224e1e98650c2620db56255c59cf85a09d263 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 3 Mar 2008 15:17:13 +0000 Subject: Extending stdClass is silly git-svn-id: https://code.elgg.org/elgg/trunk@61 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/objects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/objects.php') 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(); -- cgit v1.2.3