From d54f278e4594c36d748056300b1f2d82477541b4 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 8 Jun 2001 15:01:35 +0000 Subject: [PATCH] Found more references to an unconstant --- 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 ed0bebf673..351edbf1ff 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -991,7 +991,7 @@ reset($phpgw_info['user']['apps']); while ($permission = each($phpgw_info['user']['apps'])) { - $f = PHPGW_SERVER_ROOT . sep . $permission[0] . sep . 'inc' . sep . 'hook_' . $location . '.inc.php'; + $f = PHPGW_SERVER_ROOT . SEP . $permission[0] . SEP . 'inc' . SEP . 'hook_' . $location . '.inc.php'; if (file_exists($f)) {