Skip to content

Commit

Permalink
Merge pull request #32 from catalyst/false_alarm
Browse files Browse the repository at this point in the history
Fix functional check
  • Loading branch information
keevan authored Jan 29, 2024
2 parents cd715a8 + 4c03018 commit b396d1e
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 b396d1e

Please sign in to comment.