This commit is contained in:
shimon
2024-05-23 10:59:19 +03:00
parent 8aabb92fda
commit 87cf7776df
+2 -3
View File
@@ -27,7 +27,6 @@ use Utopia\Database\Document;
use Utopia\Database\Helpers\Role;
use Utopia\Database\Validator\Authorization;
use Utopia\Logger\Log\User;
use Utopia\Logger\Logger;
use Utopia\System\System;
use Utopia\Validator\WhiteList;
@@ -757,8 +756,8 @@ App::error()
}
if ($error->getCode() >= 400 && $error->getCode() < 500) {
$publish = true;
}
$publish = true;
}
if ($publish && $project->getId() !== 'console') {
if (!Auth::isPrivilegedUser(Authorization::getRoles())) {