diff options
author | friendica <info@friendica.com> | 2014-03-31 17:14:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-31 17:14:56 -0700 |
commit | 8ffdccb99ff67ea752c8880b859ef8b9f21be585 (patch) | |
tree | 22b1149d0e7bd7ba188598471ec718b14c3ae6f7 /include/items.php | |
parent | 93f90040a12cdf7ba70d16773b36a29afa5ad83a (diff) | |
download | volse-hubzilla-8ffdccb99ff67ea752c8880b859ef8b9f21be585.tar.gz volse-hubzilla-8ffdccb99ff67ea752c8880b859ef8b9f21be585.tar.bz2 volse-hubzilla-8ffdccb99ff67ea752c8880b859ef8b9f21be585.zip |
crank up logging
Diffstat (limited to 'include/items.php')
-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", |