diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-06-05 21:16:26 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-06-05 21:16:26 +0000 |
commit | 37e5df33a788fb4eaacc15076efd01776f297f21 (patch) | |
tree | 26473d8ef7d53a748aa9300d90a102166d102e34 /start.php | |
parent | f74bc83e4e4788efb7abdfc909abdef62e6d4394 (diff) | |
download | elgg-37e5df33a788fb4eaacc15076efd01776f297f21.tar.gz elgg-37e5df33a788fb4eaacc15076efd01776f297f21.tar.bz2 |
fixed typo again
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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");
|