From: cajus Date: Tue, 21 Jun 2005 05:42:20 +0000 (+0000) Subject: Really removed the error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dbe74ecb16171774bdaed6e41874a04e46ad2cf7;p=gosa.git Really removed the error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@762 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc index 3f105b0c3..a2a65bcf6 100644 --- a/plugins/admin/users/class_userManagement.inc +++ b/plugins/admin/users/class_userManagement.inc @@ -408,6 +408,7 @@ class userManagement extends plugin } else { $smarty->assign("template", ""); } + $smarty->assign("edit_uid", ""); return($smarty->fetch(get_template_path('template.tpl', TRUE))); }