aboutsummaryrefslogtreecommitdiff
path: root/mod/file/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/index.php')
-rw-r--r--mod/file/index.php4
1 files changed, 2 insertions, 2 deletions
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);