aboutsummaryrefslogtreecommitdiff
path: root/mod/file/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/start.php')
-rw-r--r--mod/file/start.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/file/start.php b/mod/file/start.php
index bd0389106..745f087f4 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -31,9 +31,7 @@
global $CONFIG;
// Set up menu (tools dropdown)
- if (isloggedin()) {
- add_menu(elgg_echo('files'), $CONFIG->wwwroot . "pg/file/" . get_loggedin_user()->username);
- }
+ add_menu(elgg_echo('files'), $CONFIG->wwwroot . "pg/file/");
// Extend CSS
elgg_extend_view('css', 'file/css');