mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-25 15:10:13 +00:00
Fix typo
This commit is contained in:
parent
0750dd27a1
commit
a5d19142bb
@ -78,7 +78,7 @@ function getPrincipalByID( $principal_id, $use_cache = true ) {
|
||||
* Creates some default home collections for the user.
|
||||
* @param string $username The username of the user we are creating relationships for.
|
||||
*/
|
||||
function CreateHomeCollections( $username, $defult_timezone = null ) {
|
||||
function CreateHomeCollections( $username, $default_timezone = null ) {
|
||||
global $session, $c;
|
||||
|
||||
if ( !isset($c->default_collections) )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user