From c19ffb87ab3f745e664ac9100100c1fc37cb3281 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 10 Mar 2010 17:24:39 +0000 Subject: profile activity tweaked // it is still not working correctly but doesn't cause a wsod git-svn-id: http://code.elgg.org/elgg/trunk@5349 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/profile_contents/activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile') diff --git a/mod/profile/views/default/profile/profile_contents/activity.php b/mod/profile/views/default/profile/profile_contents/activity.php index c24a210cb..bd7d7b5e5 100755 --- a/mod/profile/views/default/profile/profile_contents/activity.php +++ b/mod/profile/views/default/profile/profile_contents/activity.php @@ -12,7 +12,7 @@ } if(is_plugin_enabled('riverdashboard')) { // users last 10 activites - echo elgg_view('profile/profile_contents/activity', array('entity' => $vars['entity'])); + echo elgg_view_river_items($vars['entity']->getGuid(), 0, '', '', '', '', $limit,0,0,false,false); } else { echo "Riverdashboard not loaded"; } -- cgit v1.2.3