1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
This commit is contained in:
shimon 2024-05-23 10:59:19 +03:00
parent 8aabb92fda
commit 87cf7776df

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())) {