diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-05 01:52:35 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-05 01:52:35 -0700 |
commit | b47b917eb0a8bcc8e07a8978bf9a18a2e199d96c (patch) | |
tree | 251553911d196536d19be171c6b55baf20a2e242 /include/items.php | |
parent | c41c04cf112b18bd8e5acc02c48455946c0121a2 (diff) | |
download | volse-hubzilla-b47b917eb0a8bcc8e07a8978bf9a18a2e199d96c.tar.gz volse-hubzilla-b47b917eb0a8bcc8e07a8978bf9a18a2e199d96c.tar.bz2 volse-hubzilla-b47b917eb0a8bcc8e07a8978bf9a18a2e199d96c.zip |
check_item_source: always log uid
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 99dfca6d7..9d6e53c1e 100755 --- a/include/items.php +++ b/include/items.php @@ -3033,6 +3033,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent) { */ function check_item_source($uid, $item) { + logger('source: uid: ' . $uid, LOGGER_DEBUG); $xchan = (($item['source_xchan']) ? $item['source_xchan'] : $item['owner_xchan']); $r = q("select * from source where src_channel_id = %d and ( src_xchan = '%s' or src_xchan = '*' ) limit 1", |