stupid mistake... let's not talk about this.

This commit is contained in:
Craig Andrews 2010-01-22 10:40:21 -05:00 committed by Zach Copley
parent c30f95c55c
commit 09705a1e98
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,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;