diff options
-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) { |