From cf860946249b508fd4e811b233ed618b3d21c8e7 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 14 Mar 2008 16:37:39 +0000 Subject: Marcus Povey * Get annotations git-svn-id: https://code.elgg.org/elgg/trunk@228 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 cab9afae6..6956924cc 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -157,7 +157,7 @@ */ function getAnnotations($name, $limit = 50, $offset = 0) { - // TODO: WRITEME + get_annotations($this->getGUID(), "", "", $name, "", "", 0, $limit, $offset); } /** -- cgit v1.2.3