From 7a2cdee315105b2a1d29a4b2f808c8fe4a7c1857 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Fri, 29 Dec 2000 20:04:42 +0000 Subject: [PATCH] moved to "api_inc" --- setup/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/lang.php b/setup/lang.php index 67f2421afd..d85f741887 100644 --- a/setup/lang.php +++ b/setup/lang.php @@ -27,7 +27,7 @@ echo "phpGroupWare Setup\n"; echo "\n"; - include($phpgw_info["server"]["include_root"]."/phpgwapi/phpgw_common.inc.php"); + include($phpgw_info["server"]["api_inc"]."/phpgw_common.inc.php"); $common = new common; $sep = $common->filesystem_separator(); } else {