aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/app-info-shipped.xsd3
-rw-r--r--resources/app-info.xsd5
2 files changed, 3 insertions, 5 deletions
diff --git a/resources/app-info-shipped.xsd b/resources/app-info-shipped.xsd
index 8fd1d0b25c2..a861b02e6a5 100644
--- a/resources/app-info-shipped.xsd
+++ b/resources/app-info-shipped.xsd
@@ -393,8 +393,7 @@
<xs:complexType name="settings">
<xs:sequence>
- <xs:element name="admin" type="php-class" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:element name="admin" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="admin-section" type="php-class" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element name="personal" type="php-class" minOccurs="0"
diff --git a/resources/app-info.xsd b/resources/app-info.xsd
index f03fd0ed402..65b83a2985c 100644
--- a/resources/app-info.xsd
+++ b/resources/app-info.xsd
@@ -389,9 +389,8 @@
<xs:complexType name="settings">
<xs:sequence>
- <xs:element name="admin" type="php-class" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:element name="admin-section" type="php-class" minOccurs="0"
+ <xs:element name="admin" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:element name="admin-section" type="php-class" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element name="personal" type="php-class" minOccurs="0"
maxOccurs="unbounded"/>