aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/file/start.php4
-rw-r--r--mod/file/views/default/file/groupprofile_files.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/mod/file/start.php b/mod/file/start.php
index ede4c4def..2ba97403e 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -57,7 +57,7 @@
register_plugin_hook('notify:entity:message', 'object', 'file_notify_message');
// add the group files tool option
- add_group_tool_option('files',elgg_echo('groups:enablefiles'),true);
+ add_group_tool_option('file',elgg_echo('groups:enablefiles'),true);
// Register entity type
register_entity_type('object','file');
@@ -81,7 +81,7 @@
// Group submenu option
if ($page_owner instanceof ElggGroup && get_context() == "groups") {
- if($page_owner->files_enable != "no"){
+ if($page_owner->file_enable != "no"){
add_submenu_item(sprintf(elgg_echo("file:group"),$page_owner->name), $CONFIG->wwwroot . "pg/file/" . $page_owner->username);
}
}
diff --git a/mod/file/views/default/file/groupprofile_files.php b/mod/file/views/default/file/groupprofile_files.php
index 27f6f5d33..312a5c5cf 100644
--- a/mod/file/views/default/file/groupprofile_files.php
+++ b/mod/file/views/default/file/groupprofile_files.php
@@ -3,7 +3,7 @@
// Files on group profile page
//check to make sure group files is activated
- if($vars['entity']->files_enable != 'no'){
+ if($vars['entity']->file_enable != 'no'){
?>
<div class="group_tool_widget files">