mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 21:01:28 +00:00
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
This commit is contained in:
@@ -4505,7 +4505,7 @@
|
|||||||
|
|
||||||
function trim_array($array) {
|
function trim_array($array) {
|
||||||
$tmp = $array;
|
$tmp = $array;
|
||||||
array_walk($tmp, 'trim_value');
|
array_walk($tmp, 'trim');
|
||||||
return $tmp;
|
return $tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user