stupid mistake... let's not talk about this.
This commit is contained in:
parent
8a3f27ac91
commit
b1e172a3d9
@ -290,7 +290,7 @@ class ApiAction extends Action
|
||||
|
||||
foreach ($attachments as $attachment) {
|
||||
$enclosure_o=$attachment->getEnclosure();
|
||||
if ($attachment_enclosure) {
|
||||
if ($enclosure_o) {
|
||||
$enclosure = array();
|
||||
$enclosure['url'] = $enclosure_o->url;
|
||||
$enclosure['mimetype'] = $enclosure_o->mimetype;
|
||||
|
Loading…
Reference in New Issue
Block a user