one step closer
This commit is contained in:
parent
be54f0d9e6
commit
95470a9f9b
@ -1718,9 +1718,11 @@ function get_atom_elements($feed,$item,&$author) {
|
||||
);
|
||||
}
|
||||
}
|
||||
$res['term'] = $terms;
|
||||
}
|
||||
|
||||
if(! is_null($terms))
|
||||
$res['term'] = $terms;
|
||||
|
||||
$attach = $item->get_enclosures();
|
||||
if($attach) {
|
||||
$res['attach'] = array();
|
||||
|
Reference in New Issue
Block a user