Code

Fixed template loading
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Jan 2008 13:31:48 +0000 (13:31 +0000)
committercajus <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

index 559446548bf584490ec6bf4e689fa04686e1bae2..dde10dd674408b997be11ca2c82fe93fb8ffbc2f 100644 (file)
@@ -130,8 +130,6 @@ class wingeneric extends plugin
 
     /* Fill templating stuff */
     $smarty= get_smarty();
-
-    // Undefined index in wingeneric.tpl ... 
     $smarty->assign("bases", $this->config->idepartments);
 
     /* Assign attributes */
@@ -147,7 +145,7 @@ class wingeneric extends plugin
       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()