aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-07 15:43:39 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-07 15:43:39 +0000
commitc95030497f58a5d895bfcd0ebefa4a7200dad63f (patch)
treeb400a24038c52188f00738981aef736f66ea58e6 /engine
parentf414e7437d8796523724d1e8f558710977241add (diff)
downloadelgg-c95030497f58a5d895bfcd0ebefa4a7200dad63f.tar.gz
elgg-c95030497f58a5d895bfcd0ebefa4a7200dad63f.tar.bz2
Fixing undeclared error
git-svn-id: https://code.elgg.org/elgg/trunk@416 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-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()) {