From: hickert Date: Thu, 27 Nov 2008 14:56:31 +0000 (+0000) Subject: Added missing template variable X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4811e0811e180aca6fa0530400171320987fa234;p=gosa.git Added missing template variable git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13059 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc index 516eddb82..a7d3e4a19 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -584,6 +584,7 @@ class user extends plugin }else{ $smarty->assign("honourIvbbAttributes", "false"); } + $smarty->assign("governmentmode", $this->governmentmode); return($smarty->fetch (get_template_path('generic_certs.tpl', TRUE, dirname(__FILE__)))); }