aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/views/default')
-rwxr-xr-xmod/profile/views/default/profile/profile_contents/activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/profile_contents/activity.php b/mod/profile/views/default/profile/profile_contents/activity.php
index 6cb2c3a7e..c24a210cb 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/profile_activity', array('entity' => $vars['entity']));
+ echo elgg_view('profile/profile_contents/activity', array('entity' => $vars['entity']));
} else {
echo "Riverdashboard not loaded";
}