From 22a0edfb63d91074136067a163ee7cf7363b269f Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 13 Dec 2012 03:22:22 +0100 Subject: Improving file 1.7 url compatibility. --- mod/file/start.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mod/file/start.php b/mod/file/start.php index 172042332..cff09bd1e 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -121,8 +121,12 @@ function file_page_handler($page) { file_register_toggle(); include "$file_dir/friends.php"; break; - case 'view': case 'read': // Elgg 1.7 compatibility + $entity = get_entity((int) $page[1]); + if ($entity) { + elgg_set_page_owner_guid($entity->getContainerGUID()); + } + case 'view': set_input('guid', $page[1]); include "$file_dir/view.php"; break; -- cgit v1.2.3