]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed typo on function name
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 13:22:27 +0000 (13:22 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 13:22:27 +0000 (13:22 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8324 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/core/likes/display.php

index 4da140693b023b788f46d64013088ef784e64c30..28ffafcb4b72749531dfc3bdb265d9b39bf84d52 100644 (file)
@@ -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}";