Code

Fixed error
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 18 Oct 2005 06:04:59 +0000 (06:04 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 18 Oct 2005 06:04:59 +0000 (06:04 +0000)
"Undefined index: forceMode"

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1595 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc

index 6a66a4f6cc7e9f39e6c7904906a8460a25759fa1..5ff9b415d69759035609bc639244f31ce195be18 100644 (file)
@@ -486,6 +486,9 @@ class posixAccount extends plugin
     $smarty->assign("printerList", $this->printerList);
     $smarty->assign("languages", $this->config->data['MAIN']['LANGUAGES']);
 
+       /* Avoid "Undefined index: forceMode" */
+    $smarty->assign("forceMode", "");
+
     /* Checkboxes */
     if ($this->force_ids == 1){
       $smarty->assign("force_ids", "checked");