Merge branch 'podcastservice-fix' of https://github.com/ciaby/libretime

This commit is contained in:
Robbt 2019-04-24 21:38:38 -04:00
commit d43871c0c1
1 changed files with 1 additions and 2 deletions

View File

@ -412,8 +412,7 @@ class Application_Service_PodcastService
if (empty($value)) {
return null;
}
$child = $node->addChild($name, null, $namespace);
$child->{0} = $value;
$child = $node->addChild($name, $value, $namespace);
return $child;
}