diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-11 19:36:37 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-11 19:36:37 -0800 |
commit | 0f8d2d4e58cd085de29c630babaf7df3a35393c3 (patch) | |
tree | 8da71ebff073f86212baf1a362063e8cdb86c4e7 /include/feedutils.php | |
parent | 63107f5b2f5031a7cc971063b9344592cc2257e3 (diff) | |
parent | ba954b8cfeaf18477a5d7c17338efd909951744c (diff) | |
download | volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.tar.gz volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.tar.bz2 volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'include/feedutils.php')
-rw-r--r-- | include/feedutils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedutils.php b/include/feedutils.php index 986248c53..c4e9790de 100644 --- a/include/feedutils.php +++ b/include/feedutils.php @@ -503,7 +503,7 @@ function get_atom_elements($feed, $item) { $res['item_private'] = 1; } - logger('ostatus_protocol: ' . intval($ostatus_protocol)); + logger('ostatus_protocol: ' . intval($ostatus_protocol), LOGGER_DEBUG); $apps = $item->get_item_tags(NAMESPACE_STATUSNET, 'notice_info'); if($apps && $apps[0]['attribs']['']['source']) { |