From: hickert Date: Mon, 10 May 2010 12:17:52 +0000 (+0000) Subject: Replaced config->search with get_cfg_value X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a45e65b643f85767591bda76368acda34fadd635;p=gosa.git Replaced config->search with get_cfg_value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18223 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc b/gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc index ce1f76257..d794cc807 100644 --- a/gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc +++ b/gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc @@ -8,7 +8,7 @@ class filterSYSTEMS { global $config; // Check whether the arp handling active or not - $arp_handling_active = ($config->search("ArpNewDevice","CLASS",array('tabs')) != ""); + $arp_handling_active = $config->pluginEnabled("ArpNewDevice"); $entries = filterLDAP::query($base, $scope, $filter, $attributes, $category, $objectStorage);