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();
|
$attach = $item->get_enclosures();
|
||||||
if($attach) {
|
if($attach) {
|
||||||
$res['attach'] = array();
|
$res['attach'] = array();
|
||||||
|
Reference in New Issue
Block a user