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.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/mod/file/start.php b/mod/file/start.php
index a257a90ac..b8a26fab5 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -79,13 +79,6 @@
add_submenu_item(sprintf(elgg_echo("file:group"),$page_owner->name), $CONFIG->wwwroot . "pg/file/" . $page_owner->username);
}
}
-
- if ($page_owner instanceof ElggEntity) {
- elgg_add_submenu_item(array(
- 'text' => elgg_echo('file'),
- 'href' => "{$CONFIG->url}pg/file/{$page_owner->username}",
- ));
- }
}
/**