From: hickert Date: Wed, 23 Dec 2009 12:17:50 +0000 (+0000) Subject: Updated listing class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=25e314dcd2c2dee0c5664841cb5083c343384b41;p=gosa.git Updated listing class -Allow to override existing objectTypes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14934 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 10c05d965..934d024c7 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -730,6 +730,7 @@ class listing { function getObjectType($types, $classes) { // Walk thru types and see if there's something matching + $types=array_reverse($types); foreach ($types as $objectType) { $ocs= $objectType['objectClass']; if (!is_array($ocs)){