From fc5df2cbaf87aae70fb57258490b71cbe58c2f50 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 29 Nov 2005 13:14:51 +0000 Subject: [PATCH] Smarty var wasn't defined git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2130 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/connectivity/class_phpgwAccount.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/personal/connectivity/class_phpgwAccount.inc b/plugins/personal/connectivity/class_phpgwAccount.inc index 5d60d3c13..e119980c9 100644 --- a/plugins/personal/connectivity/class_phpgwAccount.inc +++ b/plugins/personal/connectivity/class_phpgwAccount.inc @@ -49,6 +49,8 @@ class phpgwAccount extends plugin if ($this->parent != NULL){ $smarty->assign("tabbed", 1); + }else{ + $smarty->assign("tabbed", 0); } $smarty->assign('phpgwAccountACL', chkacl($this->acl, 'phpgwAccount')); -- 2.30.2