From 0f8f2217889fda55c4cef48d14f4d114a84c74fd Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 1 Apr 2011 18:02:01 +1300 Subject: [PATCH] Cosmetic. Signed-off-by: Andrew McMillan --- inc/CalDAVRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index f4737c76..e45db661 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -109,7 +109,7 @@ class CalDAVRequest $this->options = $options; if ( !isset($this->options['allow_by_email']) ) $this->options['allow_by_email'] = false; - $this->raw_post = file_get_contents ( 'php://input'); + $this->raw_post = file_get_contents( 'php://input'); if ( (isset($c->dbg['ALL']) && $c->dbg['ALL']) || (isset($c->dbg['request']) && $c->dbg['request']) ) { /** Log the request headers */