aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorGreg Froese <greg.froese@gmail.com>2009-06-05 21:15:51 +0000
committerGreg Froese <greg.froese@gmail.com>2009-06-05 21:15:51 +0000
commitf74bc83e4e4788efb7abdfc909abdef62e6d4394 (patch)
tree7a80682c8bec382b16cc86b1659a8546fa7cb0f4 /start.php
parent529d3775aba062679fcfcfe848e41a31328e86e8 (diff)
downloadelgg-f74bc83e4e4788efb7abdfc909abdef62e6d4394.tar.gz
elgg-f74bc83e4e4788efb7abdfc909abdef62e6d4394.tar.bz2
fixed typo
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 b812bfb8c..6dc283ba0 100644
--- a/start.php
+++ b/start.php
@@ -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");