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.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/mod/file/start.php b/mod/file/start.php
index 16ce0e233..843ae0794 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -61,9 +61,8 @@ function file_init() {
$item = ElggMenuItem::factory(array(
'name' => 'file',
'text' => elgg_echo('file'),
- 'section' => 'select',
+ 'priority' => 10,
'data' => array(
- 'tab_type' => 'select',
'options' => array(
'type' => 'object',
'subtype' => 'file',
@@ -75,9 +74,8 @@ function file_init() {
$item = ElggMenuItem::factory(array(
'name' => 'file_upload',
'text' => elgg_echo('file:upload'),
- 'section' => 'upload',
+ 'priority' => 100,
'data' => array(
- 'tab_type' => 'upload',
'view' => 'embed/file_upload/content',
),
));