Skip to content

Commit

Permalink
Merge pull request #4277 from LibreSign/backport/4276/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: method name
  • Loading branch information
vitormattos authored Jan 13, 2025
2 parents d138735 + 38660a2 commit 7ce7688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/SessionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getIdentifyMethodId(): ?int {
}

public function resetDurationOfSignPage(): void {
$renewalInterval = $this->appConfig->setValueInt(Application::APP_ID, 'renewal_interval', self::NO_RENEWAL_INTERVAL);
$renewalInterval = $this->appConfig->getValueInt(Application::APP_ID, 'renewal_interval', self::NO_RENEWAL_INTERVAL);
if ($renewalInterval <= self::NO_RENEWAL_INTERVAL) {
return;
}
Expand Down

0 comments on commit 7ce7688

Please sign in to comment.