Merge branch 'podcastservice-fix' of https://github.com/ciaby/libretime into ciaby-podcastservice-fix
This commit is contained in:
commit
8a7d6f805d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue