Skip to content

Commit

Permalink
Fix functional check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Nguyen committed Jan 25, 2024
1 parent cd715a8 commit 4c03018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/client/s3_client.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function test_permissions() {
$permissions->success = true;
$permissions->messages = [];

if ($this->is_functional()) {
if (!$this->is_functional()) {
$permissions->success = false;
$permissions->messages = [];
} else {
Expand Down

0 comments on commit 4c03018

Please sign in to comment.