SF Bug #3292533 - Non standard schema

This commit is contained in:
Deon George 2011-04-27 16:57:55 +10:00
parent 6e5ec75b55
commit 04e41f7272

View File

@ -1255,7 +1255,7 @@ class Template extends xmlTemplate {
# Collect our structural, MUST & MAY attributes.
$oclass_processed = array();
$superclasslist = array();
$allattrs = array();
$allattrs = array('objectclass');
foreach ($this->getObjectClasses() as $oclass) {
# If we get some superclasses - then we'll need to go through them too.