mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fixing the fix: -2 has nothing to do with the default group, it is the id for the default prefs
This commit is contained in:
parent
c3bbdcbe57
commit
dc7c3c2be1
@ -186,7 +186,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
insert_default_prefs($defaultgroupid); // set some default prefs
|
||||
insert_default_prefs(-2); // -2 = default prefs
|
||||
|
||||
/* Creation of the demo accounts is optional - the checkbox is on by default. */
|
||||
if(get_var('create_demo',Array('POST')))
|
||||
|
Loading…
Reference in New Issue
Block a user