summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-07-07 09:39:57 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-09-26 11:55:34 +0200
commit4a0e6e2ad013fc6d7e43c0662438e94d6a8a7995 (patch)
treea25ceee136b188cbae9483dfde74a79e82d642c3 /apps
parent1652a74febd10e56ec15fc90c93350fb48c796c4 (diff)
downloadnextcloud-server-4a0e6e2ad013fc6d7e43c0662438e94d6a8a7995.tar.gz
nextcloud-server-4a0e6e2ad013fc6d7e43c0662438e94d6a8a7995.zip
Remove unnecessary line
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php b/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
index 6a0d8b2ec0c..4926d3abf9e 100644
--- a/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
+++ b/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
@@ -54,8 +54,6 @@ class Publisher implements XmlSerializable {
* @return void
*/
function xmlSerialize(Writer $writer) {
-
- $cs = '{' . Plugin::NS_CALENDARSERVER . '}';
if (!$this->isPublished) {
$writer->write($this->publishUrl); // for pre-publish-url
} else {