From: hickert Date: Wed, 23 Dec 2009 12:19:21 +0000 (+0000) Subject: Reverted last commit X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=90322901f59dbad1114f433b0e7aa974d3348d1b;p=gosa.git Reverted last commit - git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14935 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 934d024c7..10c05d965 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -730,7 +730,6 @@ 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)){