aboutsummaryrefslogtreecommitdiff
path: root/mod/file/index.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-06 01:56:30 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-06 01:56:30 +0000
commitffca510fca9f902930dcbb1893bb6b5c5e1e8e3a (patch)
tree55bba14274aeba35ced042eb7f3f3f5826fc7b56 /mod/file/index.php
parent15fd80978f5cfd56038fd077f92a6ec860d86847 (diff)
downloadelgg-ffca510fca9f902930dcbb1893bb6b5c5e1e8e3a.tar.gz
elgg-ffca510fca9f902930dcbb1893bb6b5c5e1e8e3a.tar.bz2
switched from new to add
git-svn-id: http://code.elgg.org/elgg/trunk@7846 36083f99-b078-4883-b0ff-0f9b5a30f544
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);