From: cash Date: Sat, 19 Feb 2011 13:22:27 +0000 (+0000) Subject: fixed typo on function name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=64d40bc20a56f6ca3ea362de3fcbd8f821d4f728;p=lorea%2Felgg.git fixed typo on function name git-svn-id: http://code.elgg.org/elgg/trunk@8324 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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}";