diff --git a/lib/Template.php b/lib/Template.php index d8d56ac..47360a4 100644 --- a/lib/Template.php +++ b/lib/Template.php @@ -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.