aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7e8caaab6..d671e544b 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -398,7 +398,7 @@
$guid = (int)$guid;
$name = get_metastring_id($name);
- $entity_guid = (int)$entity_guid;
+ $entity_guid = (int) $guid;
if ($entity = get_entity($entity_guid)) {
if ($entity->canEdit()) {