diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-13 17:27:08 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-13 17:27:08 +0000 |
commit | cb31c35edf0f1babd6ae77224eedc539a55631fa (patch) | |
tree | 51ff1cd045c785946f2abd1a564bcf39443ab53e /engine/lib/entities.php | |
parent | b19c9e359da22f2b6f150eb822c70a21f2c0c786 (diff) | |
download | elgg-cb31c35edf0f1babd6ae77224eedc539a55631fa.tar.gz elgg-cb31c35edf0f1babd6ae77224eedc539a55631fa.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Finally got sites to load :)
git-svn-id: https://code.elgg.org/elgg/trunk@213 36083f99-b078-4883-b0ff-0f9b5a30f544
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) |