From: cajus Date: Mon, 26 Apr 2010 19:07:59 +0000 (+0000) Subject: Added prototype support X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=652a213095253b2cf3d9d3e184771f9007e2a031;p=gosa.git Added prototype support git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17860 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc index 9e4b3ecc6..5355a0933 100644 --- a/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc +++ b/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc @@ -49,6 +49,7 @@ class ldifexport extends plugin // Assign smarty values $smarty= get_smarty(); + $smarty->assign("usePrototype","true"); $smarty->assign("single",""); $smarty->assign("base", $this->baseSelector->render());