diff --git a/syndicatedpost.class.php b/syndicatedpost.class.php index 6548aef..e12235b 100644 --- a/syndicatedpost.class.php +++ b/syndicatedpost.class.php @@ -547,6 +547,8 @@ public function updated ($params = array(), $default = -1) { $date = $this->item['modified']; elseif (isset($this->item['updated'])): // Atom 1.0 $date = $this->item['updated']; + elseif (isset($this->item['atom']['updated'])): // Atom 1.0 + $date = $this->item['atom']['updated']; endif; if (strlen($date) > 0) :