1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 19:11:29 +00:00

tag limit in CDM: fix

This commit is contained in:
Andrew Dolgov
2007-08-09 16:53:21 +01:00
parent 22d1f3db53
commit d735ebd2d9
2 changed files with 3 additions and 1 deletions

View File

@@ -4045,6 +4045,7 @@
$tags_str = "";
$full_tags_str = "";
$num_tags = 0;
foreach ($tags as $tag) {
$num_tags++;