Skip to content

Commit

Permalink
Merge branch 'hotfix-10.10.81' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Jun 27, 2019
2 parents b6ff3b2 + f1618de commit 91e1482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system/services/presideObjects/PresideObjectService.cfc
Expand Up @@ -3289,7 +3289,9 @@ component displayName="Preside Object Service" {
}
}

cachebox.createCache( argumentCollection=newConfig );
try {
cachebox.createCache( argumentCollection=newConfig );
} catch ( "CacheFactory.CacheExistsException" e ) {}

return cachebox.getCache( newConfig.name );
}
Expand Down

0 comments on commit 91e1482

Please sign in to comment.