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/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/file/index.php') diff --git a/mod/file/index.php b/mod/file/index.php index 940f9c30f..8f2546ca0 100644 --- a/mod/file/index.php +++ b/mod/file/index.php @@ -32,10 +32,10 @@ if ($owner->guid == get_loggedin_userid()) { $title = elgg_echo("file:user", array($owner->name)); $params['filter'] = ''; if ($owner->isMember(get_loggedin_user())) { - $url = "pg/file/new/$owner->guid"; + $url = "pg/file/add/$owner->guid"; $vars = array( 'href' => $url, - 'text' => elgg_echo("file:new"), + 'text' => elgg_echo("file:add"), 'class' => 'elgg-action-button', ); $button = elgg_view('output/url', $vars); -- cgit v1.2.3