From 529e6cd5c1dab512e4ae619940cbf1a3b5d03bb6 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 29 Apr 2008 14:23:48 +0000 Subject: Fixed typo git-svn-id: https://code.elgg.org/elgg/trunk@557 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/annotations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/annotations.php') diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 25ee7197a..86d6dde17 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -344,7 +344,7 @@ global $CONFIG; $sum = sanitise_string($sum); - $entity_guid = (int)$entity_id; + $entity_guid = (int)$entity_guid; $entity_type = sanitise_string($entity_type); $entity_subtype = get_subtype_id($entity_type, $entity_subtype); $name = get_metastring_id($name); -- cgit v1.2.3