Allow app type session which we load in base.php

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-09-19 20:45:39 +02:00
parent ea08fabca3
commit 24e895f24d
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
2 changed files with 2 additions and 0 deletions

View File

@ -344,6 +344,7 @@
<xs:element name="dav" minOccurs="0" maxOccurs="1"/>
<xs:element name="prevent_group_restriction" minOccurs="0"
maxOccurs="1"/>
<xs:element name="session" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>

View File

@ -340,6 +340,7 @@
<xs:element name="dav" minOccurs="0" maxOccurs="1"/>
<xs:element name="prevent_group_restriction" minOccurs="0"
maxOccurs="1"/>
<xs:element name="session" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>