Skip to content

Commit

Permalink
Fix typo in #5333
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jun 3, 2023
1 parent 900356a commit 87c5618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api_tree.php
Expand Up @@ -174,7 +174,7 @@ function api_tree_get_lock($lockname, $timeout = 10) {
while ($count < 5) {
if (register_process('tree_lock', $lockname, 0, $timeout)) {
return true;
} else
} else {
$count++;
sleep(1);
}
Expand Down

0 comments on commit 87c5618

Please sign in to comment.