aboutsummaryrefslogtreecommitdiff
path: root/formats/AtomFormat.php
diff options
context:
space:
mode:
Diffstat (limited to 'formats/AtomFormat.php')
-rw-r--r--formats/AtomFormat.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/formats/AtomFormat.php b/formats/AtomFormat.php
index 044e433f..693b6ad0 100644
--- a/formats/AtomFormat.php
+++ b/formats/AtomFormat.php
@@ -5,7 +5,6 @@
* http://tools.ietf.org/html/rfc4287
*/
class AtomFormat extends FormatAbstract{
-
public function stringify(){
$https = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on' ? 's' : '';
$httpHost = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : '';