aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorGreg Froese <greg.froese@gmail.com>2009-08-11 19:46:09 +0000
committerGreg Froese <greg.froese@gmail.com>2009-08-11 19:46:09 +0000
commitc017e19649bfbfdec01fdf1e7f3be815524eff90 (patch)
tree8e4a5728653871cbb6e825285c2242f0f46117fa /start.php
parent8b25b9c804013af2d0a7eb87fc9606279f7cc775 (diff)
downloadelgg-c017e19649bfbfdec01fdf1e7f3be815524eff90.tar.gz
elgg-c017e19649bfbfdec01fdf1e7f3be815524eff90.tar.bz2
recently commented support
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
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.