aboutsummaryrefslogtreecommitdiffstats
path: root/mod/filestorage.php
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-01-10 16:54:16 +0100
committermarijus <mario@localhost.localdomain>2014-01-10 16:54:16 +0100
commitc4705724f1e011b8f8d8f3fef419bc27f31b93fe (patch)
treeb63815be05841e750809b53b8c404e454510099a /mod/filestorage.php
parentd17c0fe1fcfa8b21004feb0c52d45fe7ba3384ec (diff)
downloadvolse-hubzilla-c4705724f1e011b8f8d8f3fef419bc27f31b93fe.tar.gz
volse-hubzilla-c4705724f1e011b8f8d8f3fef419bc27f31b93fe.tar.bz2
volse-hubzilla-c4705724f1e011b8f8d8f3fef419bc27f31b93fe.zip
make goaway link work
Diffstat (limited to 'mod/filestorage.php')
-rw-r--r--mod/filestorage.php4
1 files 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);
}