Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
[action.disclaimer] Make sure to invalidateLoadedRepositories() after…
Browse files Browse the repository at this point in the history
… updating the lock value.
  • Loading branch information
cdujeu committed Nov 17, 2015
1 parent cb3bfd5 commit a6acac5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -56,6 +56,7 @@ public function toggleDisclaimer($actionName, $httpVars, $fileVars){
AJXP_XMLWriter::requireAuth(true);
AJXP_XMLWriter::close();
}
ConfService::getInstance()->invalidateLoadedRepositories();

}else{
$u->setLock("validate_disclaimer");
Expand Down

0 comments on commit a6acac5

Please sign in to comment.