From 9ac0922ff240589ae2b58cd45270385c1f8dd310 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 18 Jan 2015 15:29:05 +0100 Subject: fix goaway link --- mod/sharedwithme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') 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 -- cgit v1.2.3