From: adayth Date: Tue, 17 Jan 2012 12:24:47 +0000 (+0000) Subject: Fixes #4305 added backward compatibility for file read url X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e58b6b45641f4f534b69f0df95434b09e78695c7;p=lorea%2Felgg.git Fixes #4305 added backward compatibility for file read url --- 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;