aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-29 14:23:48 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-29 14:23:48 +0000
commit529e6cd5c1dab512e4ae619940cbf1a3b5d03bb6 (patch)
tree169374359847b59301940972d86e2458e747b176 /engine/lib/annotations.php
parent679d9a720f34be0e860acbd0e5334526aadb304b (diff)
downloadelgg-529e6cd5c1dab512e4ae619940cbf1a3b5d03bb6.tar.gz
elgg-529e6cd5c1dab512e4ae619940cbf1a3b5d03bb6.tar.bz2
Fixed typo
git-svn-id: https://code.elgg.org/elgg/trunk@557 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php2
1 files changed, 1 insertions, 1 deletions
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);