From 64d40bc20a56f6ca3ea362de3fcbd8f821d4f728 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Feb 2011 13:22:27 +0000 Subject: fixed typo on function name git-svn-id: http://code.elgg.org/elgg/trunk@8324 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/core/likes/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default') diff --git a/views/default/core/likes/display.php b/views/default/core/likes/display.php index 4da140693..28ffafcb4 100644 --- a/views/default/core/likes/display.php +++ b/views/default/core/likes/display.php @@ -29,7 +29,7 @@ if (elgg_is_logged_in()) { $options = array( 'guid' => $guid, 'annotation_name' => 'likes', - 'owner_guid' => get_logged_in_user_guid() + 'owner_guid' => elgg_get_logged_in_user_guid() ); $likes = elgg_get_annotations($options); $url = elgg_get_site_url() . "action/likes/delete?annotation_id={$likes[0]->id}"; -- cgit v1.2.3