diff options
Diffstat (limited to 'mod/file/index.php')
-rw-r--r-- | mod/file/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/index.php b/mod/file/index.php index 8f2546ca0..44906d72d 100644 --- a/mod/file/index.php +++ b/mod/file/index.php @@ -10,7 +10,7 @@ elgg_set_page_owner_guid(get_input('guid')); // access check for closed groups group_gatekeeper(); -$owner = elgg_get_page_owner(); +$owner = elgg_get_page_owner_entity(); elgg_push_breadcrumb(elgg_echo('file'), "pg/file/all/"); elgg_push_breadcrumb($owner->name); |