diff --git a/inc/auth-functions.php b/inc/auth-functions.php index e97743f6..779cfd98 100644 --- a/inc/auth-functions.php +++ b/inc/auth-functions.php @@ -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) )