From 3e12c20d7cfffbe6606942228d6fb02827c86bee Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 8 Jan 2002 03:37:51 +0000 Subject: [PATCH] GLOBALS --- phpgwapi/inc/class.common.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index 44f706b5a4..30cbbf611a 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -707,9 +707,9 @@ { $appname = $GLOBALS['phpgw_info']['flags']['currentapp']; } - if (empty($phpgw_info['server']['template_set'])) + if (empty($GLOBALS['phpgw_info']['server']['template_set'])) { - $phpgw_info['server']['template_set'] = 'default'; + $GLOBALS['phpgw_info']['server']['template_set'] = 'default'; } $imagedir = PHPGW_SERVER_ROOT . '/' . $appname . '/templates/'