diff options
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index f1778e722..0384352ba 100755 --- a/include/items.php +++ b/include/items.php @@ -155,6 +155,8 @@ function can_comment_on_post($observer_xchan,$item) { function add_source_route($iid,$hash) { + logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG); + if((! $iid) || (! $route)) return; $r = q("select route from item where id = %d limit 1", |