From: cajus Date: Thu, 21 Jan 2010 10:19:22 +0000 (+0000) Subject: Enabled prototype X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d61f0feb454d1d82b53cf955aa356ee37f1f54e8;p=gosa.git Enabled prototype git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15225 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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');