summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f51a043)
raw | patch | inline | side by side (parent: f51a043)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Jan 2008 13:31:48 +0000 (13:31 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Jan 2008 13:31:48 +0000 (13:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8452 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/systems/samba/class_winGeneric.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/systems/samba/class_winGeneric.inc b/gosa-core/plugins/admin/systems/samba/class_winGeneric.inc
index 559446548bf584490ec6bf4e689fa04686e1bae2..dde10dd674408b997be11ca2c82fe93fb8ffbc2f 100644 (file)
/* Fill templating stuff */
$smarty= get_smarty();
-
- // Undefined index in wingeneric.tpl ...
$smarty->assign("bases", $this->config->idepartments);
/* Assign attributes */
return($str);
}
$smarty->assign("netconfig", $str);
- return($smarty->fetch (get_template_path('wingeneric.tpl', TRUE)));
+ return($smarty->fetch (get_template_path('wingeneric.tpl', TRUE,dirname(__FILE__))));
}
function remove_from_parent()