#4772 fix group ownership detection for deeded objects

master
Maxim Nikolenko 2025-10-07 17:25:50 +03:00 committed by GitHub
parent d9db7bb645
commit 688224a6cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -774,6 +774,7 @@ void LLPermissions::importLLSD(const LLSD& sd_perm)
}
}
fixOwnership();
fix();
}