From 65a1ff548887a4fb91ef32673b056970778af7a2 Mon Sep 17 00:00:00 2001 From: skeeter Date: Thu, 8 Feb 2001 04:06:15 +0000 Subject: [PATCH] cosmetic --- phpgwapi/inc/class.common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index a977c92109..60ed359dd9 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -412,7 +412,7 @@ $tpldir = PHPGW_SERVER_ROOT . "/" . $appname . "/templates/" . $phpgw_info["server"]["template_set"]; - $tpldir_default = PHPGW_SERVER_ROOT . "/".$appname . "/templates/default"; + $tpldir_default = PHPGW_SERVER_ROOT . "/" . $appname . "/templates/default"; if (is_dir($tpldir)) { return $tpldir;