diff options
author | friendica <info@friendica.com> | 2014-06-17 17:36:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-17 17:36:41 -0700 |
commit | 5c8359f976d46a512c72f4946c03ba8adc81b919 (patch) | |
tree | 80d6238c1e11cc52d66cbd7f9035aaacad997958 | |
parent | dafd3a9e43dbcde07fb900c27cb7f386a40900ce (diff) | |
download | volse-hubzilla-5c8359f976d46a512c72f4946c03ba8adc81b919.tar.gz volse-hubzilla-5c8359f976d46a512c72f4946c03ba8adc81b919.tar.bz2 volse-hubzilla-5c8359f976d46a512c72f4946c03ba8adc81b919.zip |
note work still remaining
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 65d2a6f13..2137a6b52 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2283,6 +2283,7 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) { continue; $clean[$k] = $v; // TODO - check if these are allowed, otherwise we'll error + // We also need to import local photos if a custom photo is selected } if(count($clean)) { foreach($clean as $k => $v) { |