From e58b6b45641f4f534b69f0df95434b09e78695c7 Mon Sep 17 00:00:00 2001 From: adayth Date: Tue, 17 Jan 2012 12:24:47 +0000 Subject: Fixes #4305 added backward compatibility for file read url --- mod/file/start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/file') diff --git a/mod/file/start.php b/mod/file/start.php index 36142533f..f8b512318 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -122,6 +122,7 @@ function file_page_handler($page) { include "$file_dir/friends.php"; break; case 'view': + case 'read': // Elgg 1.7 compatibility set_input('guid', $page[1]); include "$file_dir/view.php"; break; -- cgit v1.2.3