Fix PHP error in magpie. Props jsixpack. fixes #9225

git-svn-id: http://svn.automattic.com/wordpress/trunk@11016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-04-20 19:37:29 +00:00
parent d24d57abd0
commit 728943945e
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class MagpieRSS {
{
// if tags are inlined, then flatten
$attrs_str = join(' ',
array_map('map_attrs',
array_map(array('MagpieRSS', 'map_attrs'),
array_keys($attrs),
array_values($attrs) ) );