From 36877912660290fd453d5f2374864844ce8cb37c Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 13 May 2010 01:54:05 +0000 Subject: merged [5959] from 1.7 branch into trunk for riverdashboard plugin git-svn-id: http://code.elgg.org/elgg/trunk@6022 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/riverdashboard/start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/riverdashboard/start.php') diff --git a/mod/riverdashboard/start.php b/mod/riverdashboard/start.php index e30681f75..dfce15729 100644 --- a/mod/riverdashboard/start.php +++ b/mod/riverdashboard/start.php @@ -9,10 +9,10 @@ function riverdashboard_init() { global $CONFIG; // Register and optionally replace the dashboard register_page_handler('dashboard', 'riverdashboard_page_handler'); - add_menu(elgg_echo('activity'), $CONFIG->wwwroot . "mod/riverdashboard/"); + add_menu(elgg_echo('activity'), $CONFIG->wwwroot . "pg/activity/"); // Page handler - register_page_handler('riverdashboard', 'riverdashboard_page_handler'); + register_page_handler('activity', 'riverdashboard_page_handler'); elgg_extend_view('css', 'riverdashboard/css'); // add an activity stream ECML keyword -- cgit v1.2.3