aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-08-22 14:01:10 +0000
committerCash Costello <cash.costello@gmail.com>2009-08-22 14:01:10 +0000
commit0be4835e8be5b89780864c823afa2d76014e06db (patch)
tree53408aa4a7f5164bfa09cedabf3ca5e7c8cb2631 /start.php
parent01fc3cf102395a8eb43e507bc0eea4efca83aa2e (diff)
downloadelgg-0be4835e8be5b89780864c823afa2d76014e06db.tar.gz
elgg-0be4835e8be5b89780864c823afa2d76014e06db.tar.bz2
moved admin page to the new pages directory
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 d88f7497a..0f73694d3 100644
--- a/start.php
+++ b/start.php
@@ -208,7 +208,7 @@
{
global $CONFIG;
if (get_context() == 'admin' && isadminloggedin()) {
- add_submenu_item(elgg_echo('tidypics:administration'), $CONFIG->url . "mod/tidypics/admin.php");
+ add_submenu_item(elgg_echo('tidypics:administration'), $CONFIG->url . "mod/tidypics/pages/admin.php");
}
}