From cb31c35edf0f1babd6ae77224eedc539a55631fa Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 13 Mar 2008 17:27:08 +0000 Subject: Marcus Povey * Finally got sites to load :) git-svn-id: https://code.elgg.org/elgg/trunk@213 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/entities.php') 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) -- cgit v1.2.3