Skip to content

Commit

Permalink
It missing a return
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Sep 11, 2024
1 parent b5777e4 commit fa41609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/PDFSignature.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ public function compile() {
}

if($this->isCompileLock()) {
sleep(5);
$this->compile();
sleep(1);
return $this->compile();
}

$this->lockCompile();
Expand Down

0 comments on commit fa41609

Please sign in to comment.