diff options
author | RedMatrix <info@friendica.com> | 2014-12-22 09:45:33 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-12-22 09:45:33 +1100 |
commit | c732b72a0dde2c8b4d49e63114c9415f44a8a8d7 (patch) | |
tree | c6fba54256dcd17f9ed24c46766f1475da259641 /mod | |
parent | ca56123a161e482d545b2e0e0c3d869eb8c4221f (diff) | |
parent | be1891c058ccff08d4cafa2bea061424efc0ef82 (diff) | |
download | volse-hubzilla-c732b72a0dde2c8b4d49e63114c9415f44a8a8d7.tar.gz volse-hubzilla-c732b72a0dde2c8b4d49e63114c9415f44a8a8d7.tar.bz2 volse-hubzilla-c732b72a0dde2c8b4d49e63114c9415f44a8a8d7.zip |
Merge pull request #757 from git-marijus/master
files: make mod/filestorage.php load via ajax and some design work. work...
Diffstat (limited to 'mod')
-rw-r--r-- | mod/filestorage.php | 3 |
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); |