summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af3bc52)
raw | patch | inline | side by side (parent: af3bc52)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Nov 2008 08:18:23 +0000 (08:18 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Nov 2008 08:18:23 +0000 (08:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12860 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 88fccb4a09552577a803433ada5220f8e21fa9a3..4796f86ec06f99da9e6e796a1a5e240568a79c36 100644 (file)
if (preg_match('/top/i', $obj)){
continue;
}
- if (!in_array_ics ($obj, $this->attrs['objectClass'])){
+ if (!isset($this->attrs['objectClass']) || !in_array_ics ($obj, $this->attrs['objectClass'])){
$found= FALSE;
break;
}