From c017e19649bfbfdec01fdf1e7f3be815524eff90 Mon Sep 17 00:00:00 2001 From: Greg Froese Date: Tue, 11 Aug 2009 19:46:09 +0000 Subject: recently commented support --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index 9c27cb854..9e061ad90 100644 --- a/start.php +++ b/start.php @@ -198,7 +198,7 @@ add_submenu_item(elgg_echo('tidypics:mostcommented'), $CONFIG->url . "mod/tidypics/mostcommentedimages.php"); add_submenu_item(elgg_echo('tidypics:mostcommentedthismonth'), $CONFIG->url . "mod/tidypics/mostcommentedimagesthismonth.php"); add_submenu_item(elgg_echo('tidypics:mostcommentedtoday'), $CONFIG->url . "mod/tidypics/mostcommentedimagestoday.php"); - add_submenu_item(elgg_echo('tidypics:recentlycommented'), $CONFIG->wwwroot . 'pg/photos/recentlycommented'); + add_submenu_item(elgg_echo('tidypics:recentlycommented'), $CONFIG->wwwroot . 'mod/tidypics/recentlycommented'); } /** * Sets up tidypics admin menu. Triggered on pagesetup. -- cgit v1.2.3