mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 15:00:07 +01:00
default group was hardcoded to -2, which is only the case for a first time sql install
This commit is contained in:
parent
0dd337839c
commit
f397d26d2e
@ -186,7 +186,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
insert_default_prefs(-2); // set some default prefs
|
insert_default_prefs($defaultgroupid); // set some default prefs
|
||||||
|
|
||||||
/* Creation of the demo accounts is optional - the checkbox is on by default. */
|
/* Creation of the demo accounts is optional - the checkbox is on by default. */
|
||||||
if(get_var('create_demo',Array('POST')))
|
if(get_var('create_demo',Array('POST')))
|
||||||
|
Loading…
Reference in New Issue
Block a user