From 28fe2df8934f4c18bc472cb8a4945184fe0cad93 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 2 Apr 2008 10:45:21 +0000 Subject: Marcus Povey * Entity type/ subtype functional git-svn-id: https://code.elgg.org/elgg/trunk@340 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/annotations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib/annotations.php') diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 26664757a..0a06b2afe 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -218,7 +218,7 @@ $entity_guid = (int)$entity_guid; $entity_type = sanitise_string($entity_type); - $entity_subtype = get_subtype_id($entity_subtype); + $entity_subtype = get_subtype_id($entity_type, $entity_subtype); $name = get_metastring_id($name); $value = get_metastring_id($value); $owner_guid = (int)$owner_guid; @@ -339,7 +339,7 @@ $sum = sanitise_string($sum); $entity_guid = (int)$entity_id; $entity_type = sanitise_string($entity_type); - $entity_subtype = get_subtype_id($entity_subtype); + $entity_subtype = get_subtype_id($entity_type, $entity_subtype); $name = get_metastring_id($name); $access = get_access_list(); -- cgit v1.2.3