diff options
Diffstat (limited to 'mod/file/start.php')
-rw-r--r-- | mod/file/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/start.php b/mod/file/start.php index 228e4788b..005019060 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -28,7 +28,7 @@ global $CONFIG; // Set up menu (tools dropdown) - add_menu(elgg_echo('files'), elgg_get_site_url() . "pg/file/"); + add_menu(elgg_echo('files'), "pg/file/"); // Extend CSS elgg_extend_view('css', 'file/css'); |