diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-06-05 21:15:51 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-06-05 21:15:51 +0000 |
commit | f74bc83e4e4788efb7abdfc909abdef62e6d4394 (patch) | |
tree | 7a80682c8bec382b16cc86b1659a8546fa7cb0f4 /start.php | |
parent | 529d3775aba062679fcfcfe848e41a31328e86e8 (diff) | |
download | elgg-f74bc83e4e4788efb7abdfc909abdef62e6d4394.tar.gz elgg-f74bc83e4e4788efb7abdfc909abdef62e6d4394.tar.bz2 |
fixed typo
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ add_submenu_item(elgg_echo('tidypics:mostviewedthisyear'), $CONFIG->url . "mod/tidypics/mostviewedimagesthisyear.php");
add_submenu_item(elgg_echo('tidypics:mostviewedthismonth'), $CONFIG->url . "mod/tidypics/mostviewedimagesthismonth.php");
add_submenu_item(elgg_echo('tidypics:mostviewedlastmonth'), $CONFIG->url . "mod/tidypics/mostviewedimageslastmonth.php");
- add_submenu_item(elgg_echo('tidypics:mostviewedtoday'), $CONFIG->url . "mod/tidypics/mostviewedimageslastmonth.php");
+ add_submenu_item(elgg_echo('tidypics:mostviewedtoday'), $CONFIG->url . "mod/tidypics/mostviewedimagestoday.php");
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");
|