From d61f0feb454d1d82b53cf955aa356ee37f1f54e8 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 21 Jan 2010 10:19:22 +0000 Subject: [PATCH] Enabled prototype git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15225 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/class_posixAccount.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index 92be4091f..cdf74fe9e 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -501,6 +501,7 @@ class posixAccount extends plugin /* Show main page */ $smarty= get_smarty(); + $smarty->assign("usePrototype", "true"); /* In 'MyAccount' mode, we must remove write acls if we are not in editing mode. */ $SkipWrite = (!isset($this->parent) || !$this->parent) && !session::is_set('edit'); -- 2.30.2