Skip to content

Commit

Permalink
tweak(Tinebase/License): clear cache after deleting license
Browse files Browse the repository at this point in the history
  • Loading branch information
pschuele committed Jul 10, 2024
1 parent 83db0ea commit ac8f9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Tinebase/License/BusinessEdition.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public function deleteCurrentLicense()
$fs->unlink($licensePath);
}
$this->reset();
Setup_Controller::getInstance()->clearCache(false);
}

/**
Expand Down

0 comments on commit ac8f9dc

Please sign in to comment.