This commit is contained in:
2026-08-05 15:56:08 +08:00
parent 01729b1e0b
commit 2d9e2376b6
106 changed files with 10007 additions and 253 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class PermissionService
public static function canUpload(array $user, string $type): bool
{
if (!empty($user['is_guest']) && $type === 'image') {
if (!empty($user['is_guest'])) {
return false;
}