diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-14 16:52:56 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-14 16:52:56 +0000 |
commit | 41424c427d0c9639243ac93682366f280f23c5b0 (patch) | |
tree | e1cea5d413338ec19de6f90b896bc0902f4075e8 /engine/lib/entities.php | |
parent | cf860946249b508fd4e811b233ed618b3d21c8e7 (diff) | |
download | elgg-41424c427d0c9639243ac93682366f280f23c5b0.tar.gz elgg-41424c427d0c9639243ac93682366f280f23c5b0.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Get and set annotations seem to be working
git-svn-id: https://code.elgg.org/elgg/trunk@229 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r-- | engine/lib/entities.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /** |