Merge branch 'podcastservice-fix' of https://github.com/ciaby/libretime
This commit is contained in:
commit
d43871c0c1
|
@ -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