forked from extern/egroupware
Fix call to new class filename.
This commit is contained in:
parent
e8dca542a8
commit
a6ee8acbc2
@ -24,7 +24,7 @@
|
||||
}
|
||||
$phpgw_setup->loaddb();
|
||||
|
||||
include($phpgw_info["server"]["api_inc"]."/phpgw_common.inc.php");
|
||||
include($phpgw_info["server"]["api_inc"]."/class.common.inc.php");
|
||||
$common = new common;
|
||||
$sep = $common->filesystem_separator();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user