From c4705724f1e011b8f8d8f3fef419bc27f31b93fe Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 10 Jan 2014 16:54:16 +0100 Subject: make goaway link work --- mod/filestorage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/filestorage.php b/mod/filestorage.php index 3e87dccb8..18760dd45 100644 --- a/mod/filestorage.php +++ b/mod/filestorage.php @@ -84,12 +84,12 @@ function filestorage_content(&$a) { ); if(! $r) { notice( t('File not found.') . EOL); - goaway(z_root() . '/filestorage' . $which); + goaway(z_root() . '/filestorage/' . $which); } attach_delete($owner,$r[0]['hash']); - goaway(z_root() . '/filestorage' . $which); + goaway(z_root() . '/filestorage/' . $which); } -- cgit v1.2.3