Remove unnecessary line

This commit is contained in:
Thomas Citharel 2016-07-07 09:39:57 +02:00 committed by Lukas Reschke
parent 1652a74feb
commit 4a0e6e2ad0
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 0 additions and 2 deletions

View File

@ -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 {