From dcbe36b2a26965b1280daed89cba6db2085cabfb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 13 Aug 2015 09:51:39 +0300 Subject: fix some remaining old-style viewfeed() calls --- include/functions2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions2.php') diff --git a/include/functions2.php b/include/functions2.php index 19012c8e2..9bbfc7b22 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -1618,7 +1618,7 @@ $tags_str = ""; for ($i = 0; $i < $maxtags; $i++) { - $tags_str .= "" . $tags[$i] . ", "; + $tags_str .= "" . $tags[$i] . ", "; } $tags_str = mb_substr($tags_str, 0, mb_strlen($tags_str)-2); -- cgit v1.2.3