This commit is contained in:
Andrew Ruthven 2022-12-15 22:56:47 +13:00 committed by Andrew Ruthven
parent 0750dd27a1
commit a5d19142bb

View File

@ -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) )