]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #2955 fixed typo
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 03:13:26 +0000 (03:13 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 03:13:26 +0000 (03:13 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8307 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/pages/views/default/pages/sidebar/history.php

index beff41e035e56231595d0e66eb6851735f014b51..7077edb9abdbdd5474aee2d3de087ab41922cddf 100644 (file)
@@ -14,7 +14,7 @@ if ($vars['page']) {
                'limit' => 20,
                'reverse_order_by' => true
        );
-       $content = elgg_list_annotaitons($options);
+       $content = elgg_list_annotations($options);
 }
 
 echo elgg_view_module('aside', $title, $content);
\ No newline at end of file