Browse Source

Remove second XML validation for contentcleaned in Postn

pull/325/head
Timothée Jaussoin 9 years ago
parent
commit
692e9e7cb1
  1. 2
      app/models/postn/Postn.php

2
app/models/postn/Postn.php

@ -312,8 +312,6 @@ class Postn extends Model
$link->addAttribute('target', '_blank');
}
}
$this->contentcleaned = $xml->children()->asXML();
}
$this->setAttachments($entry->entry->link, $extra);

Loading…
Cancel
Save