diff options
| -rw-r--r-- | mod/file/start.php | 1 | 
1 files changed, 1 insertions, 0 deletions
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;  | 
