From cddc0217724f1a7661014d50e4c940e623a0c2dc Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 3 Aug 2021 07:12:35 +0000 Subject: Apps drag and drop feature --- include/photos.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/photos.php') diff --git a/include/photos.php b/include/photos.php index 967acf955..c83b4585c 100644 --- a/include/photos.php +++ b/include/photos.php @@ -872,6 +872,8 @@ function photos_create_item($channel, $creator_hash, $photo, $visible = false) { // Create item container +hz_syslog(print_r($photo,true)); + $item_hidden = (($visible) ? 0 : 1 ); $uuid = item_message_id(); -- cgit v1.2.3