mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-16 02:57:26 +02:00
update debug: print out category tags
This commit is contained in:
parent
30cf38dd0c
commit
6af621c763
@ -748,6 +748,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
|
||||
_debug("update_rss_feed: category tags:");
|
||||
print_r($additional_tags);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
$t_ctr = $item['category#'];
|
||||
|
Loading…
Reference in New Issue
Block a user