aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorGreg Froese <greg.froese@gmail.com>2009-06-05 21:16:26 +0000
committerGreg Froese <greg.froese@gmail.com>2009-06-05 21:16:26 +0000
commit37e5df33a788fb4eaacc15076efd01776f297f21 (patch)
tree26473d8ef7d53a748aa9300d90a102166d102e34 /start.php
parentf74bc83e4e4788efb7abdfc909abdef62e6d4394 (diff)
downloadelgg-37e5df33a788fb4eaacc15076efd01776f297f21.tar.gz
elgg-37e5df33a788fb4eaacc15076efd01776f297f21.tar.bz2
fixed typo again
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 6dc283ba0..3a78700c6 100644
--- a/start.php
+++ b/start.php
@@ -161,7 +161,7 @@
global $CONFIG;
- add_submenu_item(elgg_echo('tidypics:mostvieweddashboard'), $CONFIG->url . "mod/tidypics/mostviewed.php");
+ add_submenu_item(elgg_echo('tidypics:mostvieweddashboard'), $CONFIG->url . "mod/tidypics/mostvieweddashboard.php");
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");