diff options
author | marijus <mario@mariovavti.com> | 2015-01-18 15:29:05 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-18 15:29:05 +0100 |
commit | 9ac0922ff240589ae2b58cd45270385c1f8dd310 (patch) | |
tree | 844d79499c8d62286c2f206fa088e60972c7d92e /mod | |
parent | 973398b915c5a31922a1351a82e919e64db0d543 (diff) | |
download | volse-hubzilla-9ac0922ff240589ae2b58cd45270385c1f8dd310.tar.gz volse-hubzilla-9ac0922ff240589ae2b58cd45270385c1f8dd310.tar.bz2 volse-hubzilla-9ac0922ff240589ae2b58cd45270385c1f8dd310.zip |
fix goaway link
Diffstat (limited to 'mod')
-rw-r--r-- | mod/sharedwithme.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/sharedwithme.php b/mod/sharedwithme.php index 5a78333af..2e2677a12 100644 --- a/mod/sharedwithme.php +++ b/mod/sharedwithme.php @@ -62,7 +62,7 @@ function sharedwithme_content(&$a) { intval(local_user()) ); - goaway(z_root() . '/sharedfiles'); + goaway(z_root() . '/sharedwithme'); } //drop all files - localuser @@ -73,7 +73,7 @@ function sharedwithme_content(&$a) { intval(local_user()) ); - goaway(z_root() . '/sharedfiles'); + goaway(z_root() . '/sharedwithme'); } //list files |