Remove unnecessary line
This commit is contained in:
parent
1652a74feb
commit
4a0e6e2ad0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue