aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-21 14:45:46 -0800
committerfriendica <info@friendica.com>2014-12-21 14:45:46 -0800
commitb840c279957667168b400207caff14dc78043994 (patch)
treeece0b11af5e7055226c566e4aa35ef4a7a781de0 /mod
parent2b3cc585a24cbdf97e8e2382752297bc4f725e12 (diff)
parentc732b72a0dde2c8b4d49e63114c9415f44a8a8d7 (diff)
downloadvolse-hubzilla-b840c279957667168b400207caff14dc78043994.tar.gz
volse-hubzilla-b840c279957667168b400207caff14dc78043994.tar.bz2
volse-hubzilla-b840c279957667168b400207caff14dc78043994.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/filestorage.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php
index e27087a92..1767ea6bf 100644
--- a/mod/filestorage.php
+++ b/mod/filestorage.php
@@ -146,7 +146,8 @@ function filestorage_content(&$a) {
'$submit' => t('Submit')
));
- return $o;
+ echo $o;
+ killme();
}
goaway(z_root() . '/cloud/' . $which);