From 1368785a6b6f9c946dcc5eca078540bacce71f60 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 8 Feb 2011 19:27:58 +0000 Subject: Refs #2543: Core uses the new functions from previous commit. git-svn-id: http://code.elgg.org/elgg/trunk@8078 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/objects/sites.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/tests/objects/sites.php') diff --git a/engine/tests/objects/sites.php b/engine/tests/objects/sites.php index 4d079c30f..d0d61dcab 100644 --- a/engine/tests/objects/sites.php +++ b/engine/tests/objects/sites.php @@ -44,8 +44,8 @@ class ElggCoreSiteTest extends ElggCoreUnitTest { $attributes['guid'] = NULL; $attributes['type'] = 'site'; $attributes['subtype'] = NULL; - $attributes['owner_guid'] = get_loggedin_userid(); - $attributes['container_guid'] = get_loggedin_userid(); + $attributes['owner_guid'] = elgg_get_logged_in_user_guid(); + $attributes['container_guid'] = elgg_get_logged_in_user_guid(); $attributes['site_guid'] = NULL; $attributes['access_id'] = ACCESS_PRIVATE; $attributes['time_created'] = NULL; -- cgit v1.2.3