diff options
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r-- | engine/lib/annotations.php | 2 |
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); |