From 1be1e0048333895a4919d6454214680bd625f822 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:13:23 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17945 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc b/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc index efad4e192..390ca3b07 100644 --- a/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc +++ b/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc @@ -294,7 +294,7 @@ class mimetype extends plugin $this->embeddedList->setListData($data, $lData); $this->embeddedList->update(); - $smarty->assign("usePrototype", "true"); + $smarty->assign("bases", $this->get_allowed_bases()); $smarty->assign("base_select", $this->base); $smarty->assign("isReleaseMimeType", $this->is_release()); -- 2.30.2