forked from extern/egroupware
Change sep to SEP in hook_single
This commit is contained in:
parent
dbc7f00455
commit
ecc43159e8
@ -968,7 +968,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* First include the ordered apps hook file */
|
/* First include the ordered apps hook file */
|
||||||
$f = PHPGW_SERVER_ROOT . sep . $appname . sep . 'inc' . sep . 'hook_' . $location . '.inc.php';
|
$f = PHPGW_SERVER_ROOT . SEP . $appname . SEP . 'inc' . SEP . 'hook_' . $location . '.inc.php';
|
||||||
if (file_exists($f) && $phpgw_info['user']['apps'][$appname])
|
if (file_exists($f) && $phpgw_info['user']['apps'][$appname])
|
||||||
{
|
{
|
||||||
include($f);
|
include($f);
|
||||||
|
Loading…
Reference in New Issue
Block a user