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;