diff options
-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", |