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

This commit is contained in:
Robbt 2019-02-27 13:10:43 -05:00
commit 8a7d6f805d
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;
}