From 41424c427d0c9639243ac93682366f280f23c5b0 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 14 Mar 2008 16:52:56 +0000 Subject: Marcus Povey * Get and set annotations seem to be working git-svn-id: https://code.elgg.org/elgg/trunk@229 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 6956924cc..ca3f795f3 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -157,7 +157,7 @@ */ function getAnnotations($name, $limit = 50, $offset = 0) { - get_annotations($this->getGUID(), "", "", $name, "", "", 0, $limit, $offset); + return get_annotations($this->getGUID(), "", "", $name, "", 0, $limit, $offset); } /** -- cgit v1.2.3