From 40fc75cf2982d4bc87f07504b7ebfa57a27b22ac Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 17 Mar 2006 04:39:37 +0000 Subject: [PATCH] Fixed Undefined index: tabbed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2851 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/connectivity/class_oxchangeAccount.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc index facef3d38..77e38efb5 100644 --- a/plugins/personal/connectivity/class_oxchangeAccount.inc +++ b/plugins/personal/connectivity/class_oxchangeAccount.inc @@ -649,7 +649,9 @@ class oxchangeAccount extends plugin if ($this->parent != NULL){ $smarty->assign("tabbed", 1); - } + }else{ + $smarty->assign("tabbed", 0); + } $display.= $smarty->fetch (get_template_path('oxchange.tpl', TRUE, dirname(__FILE__))); return ($display); -- 2.30.2