diff options
author | friendica <info@friendica.com> | 2014-11-18 15:13:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-18 15:13:37 -0800 |
commit | 38d50cabd4b3db859c5ac33f02760b1b00a993e5 (patch) | |
tree | 64e51d7ea6e28209b34a8799c375e243f68d708e /mod/wall_upload.php | |
parent | e07d83e4316f5d2e14c382e0ba6afb4c7236487c (diff) | |
download | volse-hubzilla-38d50cabd4b3db859c5ac33f02760b1b00a993e5.tar.gz volse-hubzilla-38d50cabd4b3db859c5ac33f02760b1b00a993e5.tar.bz2 volse-hubzilla-38d50cabd4b3db859c5ac33f02760b1b00a993e5.zip |
private mail buttons
Diffstat (limited to 'mod/wall_upload.php')
-rw-r--r-- | mod/wall_upload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/wall_upload.php b/mod/wall_upload.php index 97840a180..7ed1859a8 100644 --- a/mod/wall_upload.php +++ b/mod/wall_upload.php @@ -8,6 +8,7 @@ require_once('include/photos.php'); function wall_upload_post(&$a) { + $using_api = ((x($_FILES,'media')) ? true : false); if($using_api) { |