From 874930052e634491b2564a4e1d45ba6de7f251b6 Mon Sep 17 00:00:00 2001 From: Shashi Gowda Date: Sun, 13 Jun 2010 07:46:29 -0400 Subject: Fixed parse errors. --- plugins/SocialObject/SocialObject.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/SocialObject/SocialObject.php') diff --git a/plugins/SocialObject/SocialObject.php b/plugins/SocialObject/SocialObject.php index f4b84dd9f..2d29e31d0 100644 --- a/plugins/SocialObject/SocialObject.php +++ b/plugins/SocialObject/SocialObject.php @@ -137,7 +137,6 @@ class SocialObject extends Memcached_DataObject } $this->free(); - $this = NULL; return $ids; } @@ -327,7 +326,7 @@ class SocialObject extends Memcached_DataObject # just return the $objects array, we can then use $notices->id # each time to get the object associated - return new array($notices, $objects); + return array($notices, $objects); } } } -- cgit v1.2.3-54-g00ecf