diff options
Diffstat (limited to 'mod/sharedwithme.php')
-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 |