diff options
Diffstat (limited to 'formats/AtomFormat.php')
-rw-r--r-- | formats/AtomFormat.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/formats/AtomFormat.php b/formats/AtomFormat.php index 62ab3818..81aaf441 100644 --- a/formats/AtomFormat.php +++ b/formats/AtomFormat.php @@ -156,14 +156,6 @@ EOD; return $toReturn; } - public function display(){ - $this - ->setContentType(self::MIME_TYPE . '; charset=' . $this->getCharset()) - ->callContentType(); - - return parent::display(); - } - private function xml_encode($text){ return htmlspecialchars($text, ENT_XML1); } |