From 25e314dcd2c2dee0c5664841cb5083c343384b41 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 23 Dec 2009 12:17:50 +0000 Subject: [PATCH] Updated listing class -Allow to override existing objectTypes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14934 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 1 + 1 file changed, 1 insertion(+) 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)){ -- 2.30.2