From a1b9a259fcfad4aebb0a81a5ff45bc136940fc8b Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:13:53 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17956 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationStartup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 6d7e60f57..d8b427de0 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -473,7 +473,7 @@ class workstartup extends plugin } $this->ldapList->setListData($data,$lData); $this->ldapList->update(); - $smarty->assign("usePrototype", "true"); + if($this->gotoLdap_inherit){ $smarty->assign("gotoLdapServerACL_inherit", preg_replace("/w/","",$this->getacl("gotoLdapServer")));; -- 2.30.2