From 04e41f72728ce88a624fac7c4022e7dd0867c54d Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 27 Apr 2011 16:57:55 +1000 Subject: [PATCH] SF Bug #3292533 - Non standard schema --- lib/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.