1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 18:01:29 +00:00

Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

This commit is contained in:
Andrew Dolgov
2011-12-11 22:58:25 +04:00

View File

@@ -4505,7 +4505,7 @@
function trim_array($array) {
$tmp = $array;
array_walk($tmp, 'trim_value');
array_walk($tmp, 'trim');
return $tmp;
}