summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-11 22:58:25 +0400
committerAndrew Dolgov <[email protected]>2011-12-11 22:58:25 +0400
commitc902b6442d495f0d7273f9404e5ffb5318f5fa64 (patch)
tree0b323d1a04cb4d28e5e657505cabaf07ebb0ad61 /functions.php
parent1c9d14ad79a1d436994be74e7ae66e9b365f5cfd (diff)
parent170532b7a1f1bdc8624d2f9e2e837cdcb74ce6b2 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 0f589e1ee..29489b40f 100644
--- a/functions.php
+++ b/functions.php
@@ -4505,7 +4505,7 @@
function trim_array($array) {
$tmp = $array;
- array_walk($tmp, 'trim_value');
+ array_walk($tmp, 'trim');
return $tmp;
}