From ffca510fca9f902930dcbb1893bb6b5c5e1e8e3a Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 6 Jan 2011 01:56:30 +0000 Subject: switched from new to add git-svn-id: http://code.elgg.org/elgg/trunk@7846 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/file/start.php') diff --git a/mod/file/start.php b/mod/file/start.php index 46503b3a7..88213fc5c 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -70,7 +70,7 @@ function file_init() { * User's files: pg/file/owner/ * Friends' files: pg/file/friends/ * View file: pg/file/view// - * New file: pg/file/new/<guid> + * New file: pg/file/add/<guid> * Edit file: pg/file/edit/<guid> * Group files: pg/file/group/<guid>/owner * @@ -102,7 +102,7 @@ function file_page_handler($page) { set_input('guid', $page[1]); include "$file_dir/view.php"; break; - case 'new': + case 'add': set_input('guid', $page[1]); include "$file_dir/upload.php"; break; -- cgit v1.2.3