diff options
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r-- | engine/lib/entities.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index b241cd075..fe5345bba 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -256,7 +256,7 @@ * @param int $guid */ protected function load($guid) - { + { $row = get_entity_as_row($guid); if ($row) |