diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-03-09 04:18:03 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-03-09 04:18:03 +0100 |
commit | 8be35d60cf8e4dee4ffc3e9cc090ebb722d72290 (patch) | |
tree | ad49d19e8be0c2e8384e3371b2ea3a48b6e6feb9 /mod | |
parent | 76ab9403af3b562531a7eb0831e5a7ecc9aedb38 (diff) | |
download | volse-hubzilla-8be35d60cf8e4dee4ffc3e9cc090ebb722d72290.tar.gz volse-hubzilla-8be35d60cf8e4dee4ffc3e9cc090ebb722d72290.tar.bz2 volse-hubzilla-8be35d60cf8e4dee4ffc3e9cc090ebb722d72290.zip |
zrl and zmg are back
Diffstat (limited to 'mod')
-rw-r--r-- | mod/wall_upload.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/wall_upload.php b/mod/wall_upload.php index 3e7013ba1..f83f4f7cf 100644 --- a/mod/wall_upload.php +++ b/mod/wall_upload.php @@ -45,8 +45,7 @@ function wall_upload_post(&$a) { $m = $ret['body']; - // This might make Friendica for Android uploads work again, as it won't have any knowledge of zrl and zmg tags - // and these tags probably aren't useful with other client apps. + if($using_api) return("\n\n" . $ret['body'] . "\n\n"); |