mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Look in setup directory for pre-defined definitions, importexport sub-directory is no longer used.
This commit is contained in:
parent
e2baa8ab1d
commit
ba485f1338
@ -22,7 +22,7 @@ $GLOBALS['egw_setup']->setup_account_object();
|
||||
// step through every source code intstalled app
|
||||
$egwdir = dir(EGW_INCLUDE_ROOT);
|
||||
while (false !== ($appdir = $egwdir->read())) {
|
||||
$defdir = EGW_INCLUDE_ROOT. "/$appdir/importexport/definitions";
|
||||
$defdir = EGW_INCLUDE_ROOT. "/$appdir/setup/";
|
||||
if ( !is_dir( $defdir ) ) continue;
|
||||
|
||||
// step through each file in defdir of app
|
||||
|
Loading…
Reference in New Issue
Block a user