summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55e9a43)
raw | patch | inline | side by side (parent: 55e9a43)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Jul 2008 12:57:32 +0000 (12:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Jul 2008 12:57:32 +0000 (12:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12051 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_pluglist.inc | patch | blob | history |
index bce2ec2055fcae954067b68916b7c7c64ca015f3..00645846710cde63a7b0fbe7482a64c2c5f7afb5 100644 (file)
foreach ($classes as $cname){
$cmethods = get_class_methods($cname);
if (in_array_ics('plInfo',$cmethods)){
- $this->info[$cname]= @call_user_func(array($cname, 'plInfo'));
+ $this->info[$cname]= call_user_func(array($cname, 'plInfo'));
}
}