summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c70cf17)
raw | patch | inline | side by side (parent: c70cf17)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 11:19:55 +0000 (11:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 11:19:55 +0000 (11:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18212 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc
index 1d9885c3e27a844474700101e6d1d2f43337f9c2..432d377ef757a40333cac3a41670a6cc64ba3b64 100644 (file)
function workgeneric (&$config, $dn= NULL, $parent= NULL)
{
- $tmp= $config->search("faiManagement", "CLASS",array('menu','tabs'));
- if(!empty($tmp)){
- $this->fai_activated = TRUE;
- }
+ $this->fai_activated = $config->pluginEnabled("faiManagement");
plugin::plugin ($config, $dn, $parent);