aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 4a2a796f8..3f4166324 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -46,7 +46,7 @@
}
// No, so see if its in the meta data for this entity
- $meta = getMetaData($name);
+ $meta = $this->getMetaData($name);
if ($meta)
return $meta;