aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index da04d2d8f..2a90ea3e1 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -520,6 +520,8 @@
function delete_entity($guid)
{
global $CONFIG;
+
+ // TODO Make sure this deletes all metadata/annotations/relationships/etc!!
$guid = (int)$guid;