summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 562b5c6)
raw | patch | inline | side by side (parent: 562b5c6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Jan 2010 15:11:44 +0000 (15:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Jan 2010 15:11:44 +0000 (15:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15334 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc b/gosa-plugins/fai/admin/systems/services/repository/class_servRepository.inc
index 4a4d4001899b4ea25d5d15bba8559af32cca3d73..69787c02447c960c3d8d181bf3de0aa877eab521 100644 (file)
/* Skip this if fai is deactivated */
$tmp= $this->config->search("faiManagement", "CLASS",array('menu','tabs'));
- if(0 && !empty($tmp)){
+ if(!empty($tmp)){
$this->fai_activated = TRUE;
}else{
return;