aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-03 07:12:35 +0000
committerMario <mario@mariovavti.com>2021-08-03 07:12:35 +0000
commitcddc0217724f1a7661014d50e4c940e623a0c2dc (patch)
treef24595d659adbb7d1e5d2e8e6dcd829b093887bb /include/photos.php
parent571bae9d1c07bb08270163a314c91c138b42e62f (diff)
downloadvolse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.tar.gz
volse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.tar.bz2
volse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.zip
Apps drag and drop feature
Diffstat (limited to 'include/photos.php')
-rw-r--r--include/photos.php2
1 files changed, 2 insertions, 0 deletions
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();