From: hickert Date: Thu, 29 Apr 2010 12:13:23 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1be1e0048333895a4919d6454214680bd625f822;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17945 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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());