From: hickert Date: Tue, 18 Oct 2005 06:04:59 +0000 (+0000) Subject: Fixed error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d6d00e33eb999578149490111623df6cd722369;p=gosa.git Fixed error "Undefined index: forceMode" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1595 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index 6a66a4f6c..5ff9b415d 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -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");