fix goaway link

This commit is contained in:
marijus 2015-01-18 15:29:05 +01:00
parent 973398b915
commit 9ac0922ff2

View File

@ -62,7 +62,7 @@ function sharedwithme_content(&$a) {
intval(local_user()) intval(local_user())
); );
goaway(z_root() . '/sharedfiles'); goaway(z_root() . '/sharedwithme');
} }
//drop all files - localuser //drop all files - localuser
@ -73,7 +73,7 @@ function sharedwithme_content(&$a) {
intval(local_user()) intval(local_user())
); );
goaway(z_root() . '/sharedfiles'); goaway(z_root() . '/sharedwithme');
} }
//list files //list files